Home
last modified time | relevance | path

Searched defs:hostapd_iface (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dhostapd.h417 struct hostapd_iface { struct
424 enum hostapd_iface_state { argument
432 } state;
435 struct mesh_conf *mconf;
438 size_t num_bss;
439 struct hostapd_data **bss;
441 unsigned int wait_channel_update:1;
442 unsigned int cac_started:1;
444 struct fst_iface *fst;
445 const struct wpabuf *fst_ies;
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dhostapd.h448 struct hostapd_iface { struct
455 enum hostapd_iface_state { argument
463 } state;
466 struct mesh_conf *mconf;
469 size_t num_bss;
470 struct hostapd_data **bss;
472 unsigned int wait_channel_update:1;
473 unsigned int cac_started:1;
475 struct fst_iface *fst;
476 const struct wpabuf *fst_ies;
[all …]