Home
last modified time | relevance | path

Searched refs:set_beacon (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dap_list.c233 int set_beacon = 0; in ap_list_process_beacon() local
315 set_beacon++; in ap_list_process_beacon()
324 set_beacon++; in ap_list_process_beacon()
328 if (set_beacon) in ap_list_process_beacon()
338 int set_beacon = 0; in ap_list_timer() local
371 set_beacon++; in ap_list_timer()
378 set_beacon++; in ap_list_timer()
383 if (set_beacon) in ap_list_timer()
Dsta_info.c123 int set_beacon = 0; in ap_free_sta() local
148 set_beacon++; in ap_free_sta()
156 set_beacon++; in ap_free_sta()
164 set_beacon++; in ap_free_sta()
193 set_beacon++; in ap_free_sta()
196 if (set_beacon) in ap_free_sta()
Dap_drv_ops.h171 if (hapd->driver == NULL || hapd->driver->set_beacon == NULL) in hostapd_drv_set_beacon()
173 return hapd->driver->set_beacon(hapd->drv_priv, in hostapd_drv_set_beacon()
/external/wpa_supplicant_8/wpa_supplicant/
Ddriver_i.h328 if (wpa_s->driver->set_beacon) in wpa_drv_set_beacon()
329 return wpa_s->driver->set_beacon(wpa_s->drv_priv, head, in wpa_drv_set_beacon()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h1310 int (*set_beacon)(void *priv, const u8 *head, size_t head_len, member
Ddriver_nl80211.c6788 .set_beacon = wpa_driver_nl80211_set_beacon,