Home
last modified time | relevance | path

Searched refs:hostapd_set_generic_elem (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_glue.c506 if (hostapd_set_generic_elem(hapd, wpa_ie, wpa_ie_len)) { in hostapd_setup_wpa()
561 if (hostapd_set_generic_elem(hapd, (u8 *) "", 0)) { in hostapd_deinit_wpa()
Dap_drv_ops.h42 int hostapd_set_generic_elem(struct hostapd_data *hapd, const u8 *elem,
Dhostapd.c67 if (hostapd_set_generic_elem(hapd, wpa_ie, wpa_ie_len)) in hostapd_reload_bss()
75 hostapd_set_generic_elem(hapd, (u8 *) "", 0); in hostapd_reload_bss()
Dap_drv_ops.c356 int hostapd_set_generic_elem(struct hostapd_data *hapd, const u8 *elem, in hostapd_set_generic_elem() function