OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sta_remove
(Results
1 - 7
of
7
) sorted by null
/external/wpa_supplicant_8/src/ap/
ap_drv_ops.h
142
if (hapd->driver == NULL || hapd->driver->
sta_remove
== NULL)
144
return hapd->driver->
sta_remove
(hapd->drv_priv, addr);
sta_info.c
290
if (sta->timeout_next ==
STA_REMOVE
) {
368
} else if (sta->timeout_next !=
STA_REMOVE
) {
418
case
STA_REMOVE
:
619
sta->timeout_next =
STA_REMOVE
;
945
sta->timeout_next =
STA_REMOVE
;
sta_info.h
65
STA_NULLFUNC = 0, STA_DISASSOC, STA_DEAUTH,
STA_REMOVE
/external/wpa_supplicant_8/wpa_supplicant/
driver_i.h
296
if (wpa_s->driver->
sta_remove
)
297
return wpa_s->driver->
sta_remove
(wpa_s->drv_priv, addr);
/external/wpa_supplicant_8/src/drivers/
driver_hostap.c
1183
.
sta_remove
= hostap_sta_remove,
driver.h
1742
int (*
sta_remove
)(void *priv, const u8 *addr);
member in struct:wpa_driver_ops
[
all
...]
driver_nl80211.c
[
all
...]
Completed in 179 milliseconds