Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.h93 struct hostapd_ssid { struct
94 u8 ssid[SSID_MAX_LEN];
95 size_t ssid_len;
96 u32 short_ssid;
97 unsigned int ssid_set:1;
98 unsigned int utf8_ssid:1;
99 unsigned int wpa_passphrase_set:1;
100 unsigned int wpa_psk_set:1;
102 char vlan[IFNAMSIZ + 1];
103 secpolicy security_policy;
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_config.h88 struct hostapd_ssid { struct
89 u8 ssid[SSID_MAX_LEN];
90 size_t ssid_len;
91 unsigned int ssid_set:1;
92 unsigned int utf8_ssid:1;
93 unsigned int wpa_passphrase_set:1;
94 unsigned int wpa_psk_set:1;
96 char vlan[IFNAMSIZ + 1];
97 secpolicy security_policy;
99 struct hostapd_wpa_psk *wpa_psk;
[all …]