Searched refs:supp_channels (Results 1 – 10 of 10) sorted by relevance
/hostap-latest/src/rsn_supp/ |
D | tdls.c | 152 u8 *supp_channels; member 739 os_free(peer->supp_channels); in wpa_tdls_peer_clear() 740 peer->supp_channels = NULL; in wpa_tdls_peer_clear() 1857 if (!kde->supp_channels) { in copy_peer_supp_channels() 1862 if (!peer->supp_channels || in copy_peer_supp_channels() 1864 os_free(peer->supp_channels); in copy_peer_supp_channels() 1865 peer->supp_channels = os_zalloc(kde->supp_channels_len); in copy_peer_supp_channels() 1866 if (peer->supp_channels == NULL) in copy_peer_supp_channels() 1872 os_memcpy(peer->supp_channels, kde->supp_channels, in copy_peer_supp_channels() 1875 (u8 *) peer->supp_channels, peer->supp_channels_len); in copy_peer_supp_channels() [all …]
|
D | wpa_i.h | 424 size_t ext_capab_len, const u8 *supp_channels, in wpa_sm_tdls_peer_addset() argument 438 supp_channels, in wpa_sm_tdls_peer_addset()
|
D | wpa.h | 79 size_t ext_capab_len, const u8 *supp_channels,
|
/hostap-latest/wpa_supplicant/ |
D | wpas_glue.c | 821 const u8 *supp_channels, size_t supp_channels_len, in wpa_supplicant_tdls_peer_addset() argument 855 params.supp_channels = supp_channels; in wpa_supplicant_tdls_peer_addset()
|
/hostap-latest/src/common/ |
D | ieee802_11_common.h | 53 const u8 *supp_channels; member
|
D | wpa_common.h | 706 const u8 *supp_channels; member
|
D | ieee802_11_common.c | 515 elems->supp_channels = pos; in __ieee802_11_parse_elems() 770 elems->supp_channels = NULL; in ieee802_11_elems_clear_ids()
|
D | wpa_common.c | 3794 ie->supp_channels = pos + 2; in wpa_parse_kde_ies()
|
/hostap-latest/src/drivers/ |
D | driver.h | 2564 const u8 *supp_channels; member
|
D | driver_nl80211.c | 5735 if (params->supp_channels) { in wpa_driver_nl80211_sta_add() 5737 params->supp_channels, params->supp_channels_len); in wpa_driver_nl80211_sta_add() 5739 params->supp_channels_len, params->supp_channels)) in wpa_driver_nl80211_sta_add()
|