Home
last modified time | relevance | path

Searched refs:supp_channels (Results 1 – 20 of 20) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dtdls.c147 u8 *supp_channels; member
707 os_free(peer->supp_channels); in wpa_tdls_peer_clear()
708 peer->supp_channels = NULL; in wpa_tdls_peer_clear()
1706 if (!kde->supp_channels) { in copy_peer_supp_channels()
1711 if (!peer->supp_channels || in copy_peer_supp_channels()
1713 os_free(peer->supp_channels); in copy_peer_supp_channels()
1714 peer->supp_channels = os_zalloc(kde->supp_channels_len); in copy_peer_supp_channels()
1715 if (peer->supp_channels == NULL) in copy_peer_supp_channels()
1721 os_memcpy(peer->supp_channels, kde->supp_channels, in copy_peer_supp_channels()
1724 (u8 *) peer->supp_channels, peer->supp_channels_len); in copy_peer_supp_channels()
[all …]
Dwpa_ie.h44 const u8 *supp_channels; member
Dwpa_i.h350 size_t ext_capab_len, const u8 *supp_channels, in wpa_sm_tdls_peer_addset() argument
360 supp_channels, in wpa_sm_tdls_peer_addset()
Dwpa_ie.c572 ie->supp_channels = pos + 2; in wpa_supplicant_parse_ies()
Dwpa.h71 size_t ext_capab_len, const u8 *supp_channels,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dtdls.c150 u8 *supp_channels; member
715 os_free(peer->supp_channels); in wpa_tdls_peer_clear()
716 peer->supp_channels = NULL; in wpa_tdls_peer_clear()
1766 if (!kde->supp_channels) { in copy_peer_supp_channels()
1771 if (!peer->supp_channels || in copy_peer_supp_channels()
1773 os_free(peer->supp_channels); in copy_peer_supp_channels()
1774 peer->supp_channels = os_zalloc(kde->supp_channels_len); in copy_peer_supp_channels()
1775 if (peer->supp_channels == NULL) in copy_peer_supp_channels()
1781 os_memcpy(peer->supp_channels, kde->supp_channels, in copy_peer_supp_channels()
1784 (u8 *) peer->supp_channels, peer->supp_channels_len); in copy_peer_supp_channels()
[all …]
Dwpa_i.h405 size_t ext_capab_len, const u8 *supp_channels, in wpa_sm_tdls_peer_addset() argument
417 supp_channels, in wpa_sm_tdls_peer_addset()
Dwpa.h76 size_t ext_capab_len, const u8 *supp_channels,
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwpas_glue.c737 const u8 *supp_channels, size_t supp_channels_len, in wpa_supplicant_tdls_peer_addset() argument
766 params.supp_channels = supp_channels; in wpa_supplicant_tdls_peer_addset()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwpas_glue.c789 const u8 *supp_channels, size_t supp_channels_len, in wpa_supplicant_tdls_peer_addset() argument
821 params.supp_channels = supp_channels; in wpa_supplicant_tdls_peer_addset()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dieee802_11_common.h46 const u8 *supp_channels; member
Dieee802_11_common.c375 elems->supp_channels = pos; in ieee802_11_parse_elems()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_common.h63 const u8 *supp_channels; member
Dwpa_common.h603 const u8 *supp_channels; member
Dieee802_11_common.c438 elems->supp_channels = pos; in ieee802_11_parse_elems()
Dwpa_common.c3242 ie->supp_channels = pos + 2; in wpa_parse_kde_ies()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver.h1840 const u8 *supp_channels; member
Ddriver_nl80211.c4631 if (params->supp_channels) { in wpa_driver_nl80211_sta_add()
4633 params->supp_channels, params->supp_channels_len); in wpa_driver_nl80211_sta_add()
4635 params->supp_channels_len, params->supp_channels)) in wpa_driver_nl80211_sta_add()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver.h2207 const u8 *supp_channels; member
Ddriver_nl80211.c5202 if (params->supp_channels) { in wpa_driver_nl80211_sta_add()
5204 params->supp_channels, params->supp_channels_len); in wpa_driver_nl80211_sta_add()
5206 params->supp_channels_len, params->supp_channels)) in wpa_driver_nl80211_sta_add()