Lines Matching defs:wpa_ssid

90 struct wpa_ssid {  struct
97 struct wpa_ssid *next; argument
106 struct wpa_ssid *pnext; argument
116 int id;
131 bool ro;
150 int priority;
163 u8 *ssid;
168 size_t ssid_len;
179 u8 bssid[ETH_ALEN];
184 u8 *bssid_ignore;
185 size_t num_bssid_ignore;
190 u8 *bssid_accept;
191 size_t num_bssid_accept;
196 int bssid_set;
204 u8 bssid_hint[ETH_ALEN];
209 int bssid_hint_set;
214 u8 go_p2p_dev_addr[ETH_ALEN];
219 u8 psk[32];
224 int psk_set;
233 char *passphrase;
243 char *sae_password;
251 char *sae_password_id;
253 struct sae_pt *pt;
261 char *ext_psk;
269 int mem_only_psk;
274 int pairwise_cipher;
279 int group_cipher;
288 int group_mgmt_cipher;
295 int key_mgmt;
301 int bg_scan_period;
306 int proto;
313 int auth_alg;
324 int scan_ssid;
332 int eapol_flags;
337 struct eap_peer_config eap;
346 u8 wep_key[NUM_WEP_KEYS][MAX_WEP_KEY_LEN];
351 size_t wep_key_len[NUM_WEP_KEYS];
356 int wep_tx_keyidx;
377 int proactive_key_caching;
387 int mixed_cell;
397 int leap;
406 int non_leap;
419 unsigned int eap_workaround;
447 enum wpas_mode mode;
460 int pbss;
471 int disabled;
479 int disabled_for_connect;
488 char *id_str;
502 enum mfp_options ieee80211w;
512 int ocv;
525 int frequency;
532 int enable_edmg;
542 u8 edmg_channel;
547 int fixed_freq;
558 int acs;
565 int *mesh_basic_rates;
570 int dot11MeshMaxRetries;
571 int dot11MeshRetryTimeout; /* msec */
572 int dot11MeshConfirmTimeout; /* msec */
573 int dot11MeshHoldingTimeout; /* msec */
578 int mesh_fwding;
580 int ht;
581 int ht40;
583 int vht;
585 int he;
587 int eht;
589 enum oper_chan_width max_oper_chwidth;
591 unsigned int vht_center_freq1;
592 unsigned int vht_center_freq2;
600 int wpa_ptk_rekey;
613 enum ptk0_rekey_handling wpa_deny_ptk0_rekey;
621 int group_rekey;
631 int *scan_freq;
640 char *bgscan;
654 int ignore_broadcast_ssid;
664 int *freq_list;
673 u8 *p2p_client_list;
678 size_t num_p2p_clients;
687 struct dl_list psk_list;
692 int p2p_group;
697 int p2p_persistent_group;
702 int temporary;
710 int export_keys;
719 int disable_ht;
727 int disable_ht40;
735 int disable_sgi;
743 int disable_ldpc;
748 int ht40_intolerant;
757 int disable_max_amsdu;
764 int ampdu_factor;
771 int ampdu_density;
778 char *ht_mcs;
786 int tx_stbc;
794 int rx_stbc;
804 int disable_vht;
809 unsigned int vht_capa;
814 unsigned int vht_capa_mask;
816 int vht_rx_mcs_nss_1, vht_rx_mcs_nss_2,
817 vht_rx_mcs_nss_3, vht_rx_mcs_nss_4,
818 vht_rx_mcs_nss_5, vht_rx_mcs_nss_6,
819 vht_rx_mcs_nss_7, vht_rx_mcs_nss_8;
820 int vht_tx_mcs_nss_1, vht_tx_mcs_nss_2,
821 vht_tx_mcs_nss_3, vht_tx_mcs_nss_4,
822 vht_tx_mcs_nss_5, vht_tx_mcs_nss_6,
823 vht_tx_mcs_nss_7, vht_tx_mcs_nss_8;
833 int disable_he;
842 int ap_max_inactivity;
848 int dtim_period;
853 int beacon_int;
858 unsigned int auth_failures;
863 struct os_reltime disabled_until;
871 u8 disabled_due_to[ETH_ALEN];
880 void *parent_cred;
890 int macsec_policy;
902 int macsec_integ_only;
914 int macsec_replay_protect;
929 u32 macsec_replay_window;
941 int macsec_offload;
950 int macsec_port;
957 int mka_priority;
964 int macsec_csindex;
970 size_t mka_ckn_len;
971 u8 mka_ckn[MACSEC_CKN_MAX_LEN];
977 size_t mka_cak_len;
978 u8 mka_cak[MACSEC_CAK_MAX_LEN];
986 u8 mka_psk_set;
990 int update_identifier;
998 u8 *roaming_consortium_selection;
1003 size_t roaming_consortium_selection_len;
1006 unsigned int wps_run;
1020 enum wpas_mac_addr_style mac_addr;
1028 u8 mac_value[ETH_ALEN];
1036 int no_auto_peer;
1045 int mesh_rssi_threshold;
1053 int wps_disabled;
1061 int fils_dh_group;
1066 char *dpp_connector;
1071 u8 *dpp_netaccesskey;
1076 size_t dpp_netaccesskey_len;
1083 unsigned int dpp_netaccesskey_expiry;
1088 u8 *dpp_csign;
1093 size_t dpp_csign_len;
1098 u8 *dpp_pp_key;
1103 size_t dpp_pp_key_len;
1111 int dpp_pfs;
1119 int dpp_pfs_fallback;
1127 int dpp_connector_privacy;
1139 int owe_group;
1148 int owe_only;
1161 int owe_ptk_workaround;
1171 int owe_transition_bss_select_count;
1178 int multi_ap_backhaul_sta;
1188 int ft_eap_pmksa_caching;
1193 int multi_ap_profile;
1201 int beacon_prot;
1221 u8 transition_disable;
1231 enum sae_pk_mode sae_pk;
1240 bool was_recently_reconfigured;
1253 enum sae_pwe sae_pwe;
1261 int disable_eht;
1272 int enable_4addr_mode;
1280 int max_idle;
1285 bool ssid_protection;