OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hapd_iface
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/wpa/dist/wpa_supplicant/
ap.c
973
struct hostapd_iface *
hapd_iface
;
local
1064
wpa_s->ap_iface =
hapd_iface
= hostapd_alloc_iface();
1065
if (
hapd_iface
== NULL)
1067
hapd_iface
->owner = wpa_s;
1068
hapd_iface
->drv_flags = wpa_s->drv_flags;
1069
hapd_iface
->drv_flags2 = wpa_s->drv_flags2;
1070
hapd_iface
->probe_resp_offloads = wpa_s->probe_resp_offloads;
1071
hapd_iface
->extended_capa = wpa_s->extended_capa;
1072
hapd_iface
->extended_capa_mask = wpa_s->extended_capa_mask;
1073
hapd_iface
->extended_capa_len = wpa_s->extended_capa_len
[
all
...]
/src/external/bsd/wpa/dist/src/ap/
hostapd.c
2860
* @
hapd_iface
: Pointer to interface data
2870
hostapd_alloc_bss_data(struct hostapd_iface *
hapd_iface
,
2883
hapd->iface =
hapd_iface
;
3011
struct hostapd_iface *
hapd_iface
;
local
3013
hapd_iface
= os_zalloc(sizeof(*
hapd_iface
));
3014
if (!
hapd_iface
)
3017
dl_list_init(&
hapd_iface
->sta_seen);
3019
return
hapd_iface
;
3186
struct hostapd_iface *
hapd_iface
= NULL
local
3606
struct hostapd_iface **iface, *
hapd_iface
;
local
3720
struct hostapd_iface *
hapd_iface
= NULL, *new_iface = NULL;
local
3943
struct hostapd_iface *
hapd_iface
;
local
[
all
...]
Completed in 17 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026