You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hostap/src/p2p
Cedric Izoard ed369613f4 P2P: Align p2p_buf_add_pref_channel_list() prototype with definition
Align the p2p_buf_add_pref_channel_list() prototype and definition in
p2p_build.c and p2p_i.h. Use unsigned int over u32 as it is actully
called with an unsigned int parameter.

This removes compilation warning on platform where u32 != unsigned int.

Signed-off-by: Cedric Izoard <cedric.izoard@ceva-dsp.com>
3 years ago
..
Makefile build: Make more library things common 4 years ago
p2p.c P2P: Do not stop Listen state if it is moving to correct channel 3 years ago
p2p.h P2P: Allow connection on 6 GHz channels if requested 3 years ago
p2p_build.c P2P: Align p2p_buf_add_pref_channel_list() prototype with definition 3 years ago
p2p_dev_disc.c P2PS: Refactor p2p_data::query_hash and p2p_data::query_count use 9 years ago
p2p_go_neg.c P2P: Add support for EDMG channels 5 years ago
p2p_group.c P2P: Stop listen state if Action frame TX is needed on another channel 5 years ago
p2p_i.h P2P: Align p2p_buf_add_pref_channel_list() prototype with definition 3 years ago
p2p_invitation.c P2P: Allow connection on 6 GHz channels if requested 3 years ago
p2p_parse.c P2P: Filter control chars in group client device name similarly to peer 9 years ago
p2p_pd.c P2P: Fix a corner case in peer addition based on PD Request 3 years ago
p2p_sd.c P2P: Do not use wait_time for SD Response TX for last fragmentation 7 years ago
p2p_utils.c P2P: Allow connection on 6 GHz channels if requested 3 years ago