Searched refs:hostapd_set_generic_elem (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | ap_drv_ops.h | 54 int hostapd_set_generic_elem(struct hostapd_data *hapd, const u8 *elem,
|
H A D | wpa_auth_glue.c | 1741 if (hostapd_set_generic_elem(hapd, wpa_ie, wpa_ie_len)) { in hostapd_setup_wpa() 1814 hostapd_set_generic_elem(hapd, (u8 *) "", 0)) { in hostapd_deinit_wpa()
|
H A D | ap_drv_ops.c | 540 int hostapd_set_generic_elem(struct hostapd_data *hapd, const u8 *elem, in hostapd_set_generic_elem() function
|
H A D | hostapd.c | 174 if (hostapd_set_generic_elem(hapd, wpa_ie, wpa_ie_len)) in hostapd_reload_bss() 184 hostapd_set_generic_elem(hapd, (u8 *) "", 0); in hostapd_reload_bss()
|