Searched refs:set_beacon (Results 1 – 6 of 6) sorted by relevance
233 int set_beacon = 0; in ap_list_process_beacon() local315 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() local371 set_beacon++; in ap_list_timer()378 set_beacon++; in ap_list_timer()383 if (set_beacon) in ap_list_timer()
123 int set_beacon = 0; in ap_free_sta() local148 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()
171 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()
328 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()
1310 int (*set_beacon)(void *priv, const u8 *head, size_t head_len, member
6788 .set_beacon = wpa_driver_nl80211_set_beacon,