Searched refs:wpa_sm_set_ap_wpa_ie (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/rsn_supp/
H A Dwpa.h137 int wpa_sm_set_ap_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len);
251 static inline int wpa_sm_set_ap_wpa_ie(struct wpa_sm *sm, const u8 *ie, function
H A Dwpa.c3238 * wpa_sm_set_ap_wpa_ie - Set AP WPA IE from Beacon/ProbeResp
3247 int wpa_sm_set_ap_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len) function
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dwpas_glue.c393 if (wpa_sm_set_ap_wpa_ie(wpa_s->wpa, ie, ie ? 2 + ie[1] : 0))
H A Devents.c2623 wpa_sm_set_ap_wpa_ie(wpa_s->wpa, p, len);
2637 wpa_sm_set_ap_wpa_ie(wpa_s->wpa, NULL, 0);
2671 if (wpa_sm_set_ap_wpa_ie(wpa_s->wpa, bss_wpa,
H A Dwpa_supplicant.c400 wpa_sm_set_ap_wpa_ie(wpa_s->wpa, NULL, 0);
1367 if (wpa_sm_set_ap_wpa_ie(wpa_s->wpa, bss_wpa,

Completed in 116 milliseconds