Searched refs:wpa_sm_set_ap_rsnxe (Results 1 – 6 of 6) sorted by relevance
| /hostap-latest/src/rsn_supp/ |
| D | wpa.h | 216 int wpa_sm_set_ap_rsnxe(struct wpa_sm *sm, const u8 *ie, size_t len); 362 static inline int wpa_sm_set_ap_rsnxe(struct wpa_sm *sm, const u8 *ie, in wpa_sm_set_ap_rsnxe() function
|
| D | wpa.c | 5395 int wpa_sm_set_ap_rsnxe(struct wpa_sm *sm, const u8 *ie, size_t len) in wpa_sm_set_ap_rsnxe() function
|
| /hostap-latest/wpa_supplicant/ |
| D | ibss_rsn.c | 120 wpa_sm_set_ap_rsnxe(peer->supp, NULL, 0); in supp_get_beacon_ie()
|
| D | wpas_glue.c | 433 if (wpa_sm_set_ap_rsnxe(wpa_s->wpa, ie, ie ? 2 + ie[1] : 0)) in wpa_get_beacon_ie()
|
| D | events.c | 3721 wpa_sm_set_ap_rsnxe(wpa_s->wpa, p, len); in wpa_supplicant_event_associnfo() 3735 wpa_sm_set_ap_rsnxe(wpa_s->wpa, NULL, 0); in wpa_supplicant_event_associnfo() 3797 wpa_sm_set_ap_rsnxe(wpa_s->wpa, bss_rsnx, in wpa_supplicant_assoc_update_ie()
|
| D | wpa_supplicant.c | 418 wpa_sm_set_ap_rsnxe(wpa_s->wpa, NULL, 0); in wpa_supplicant_set_non_wpa_policy() 1828 wpa_sm_set_ap_rsnxe(wpa_s->wpa, bss_rsnx, in wpa_supplicant_set_suites()
|