Searched refs:hostapd_get_ssid (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_drv_ops.h | 51 int hostapd_get_ssid(struct hostapd_data *hapd, u8 *buf, size_t len);
|
H A D | ap_drv_ops.c | 476 int hostapd_get_ssid(struct hostapd_data *hapd, u8 *buf, size_t len) in hostapd_get_ssid() function
|
H A D | hostapd.c | 1175 ssid_len = hostapd_get_ssid(hapd, ssid, sizeof(ssid)); in hostapd_setup_bss()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_drv_ops.h | 53 int hostapd_get_ssid(struct hostapd_data *hapd, u8 *buf, size_t len);
|
H A D | ap_drv_ops.c | 482 int hostapd_get_ssid(struct hostapd_data *hapd, u8 *buf, size_t len) in hostapd_get_ssid() function
|
H A D | hostapd.c | 1217 ssid_len = hostapd_get_ssid(hapd, ssid, sizeof(ssid)); in hostapd_setup_bss()
|
Completed in 13 milliseconds