Searched defs:hdd_connection_info (Results 1 – 1 of 1) sorted by relevance
164 struct hdd_connection_info { struct165 eConnectionState conn_state;166 struct qdf_mac_addr bssid;167 tCsrSSIDInfo ssid;168 struct qdf_mac_addr peer_macaddr[MAX_PEERS];169 enum csr_akm_type auth_type;170 eCsrEncryptionType uc_encrypt_type;171 uint8_t is_authenticated;172 uint32_t dot11mode;173 uint8_t proxy_arp_service;[all …]