Searched refs:hostapd_set_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 | 52 int hostapd_set_ssid(struct hostapd_data *hapd, const u8 *buf, size_t len);
|
H A D | ap_drv_ops.c | 484 int hostapd_set_ssid(struct hostapd_data *hapd, const u8 *buf, size_t len) in hostapd_set_ssid() function
|
H A D | hostapd.c | 153 hostapd_set_ssid(hapd, hapd->conf->ssid.ssid, in hostapd_reload_bss() 1212 if (set_ssid && hostapd_set_ssid(hapd, conf->ssid.ssid, in hostapd_setup_bss()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_drv_ops.h | 54 int hostapd_set_ssid(struct hostapd_data *hapd, const u8 *buf, size_t len);
|
H A D | ap_drv_ops.c | 490 int hostapd_set_ssid(struct hostapd_data *hapd, const u8 *buf, size_t len) in hostapd_set_ssid() function
|
H A D | hostapd.c | 164 hostapd_set_ssid(hapd, hapd->conf->ssid.ssid, in hostapd_reload_bss() 1260 if (set_ssid && hostapd_set_ssid(hapd, conf->ssid.ssid, in hostapd_setup_bss()
|
Completed in 12 milliseconds