Searched defs:hdd_station_info (Results 1 – 1 of 1) sorted by relevance
252 struct hdd_station_info { struct253 qdf_list_node_t sta_node;254 bool in_use;255 uint8_t sta_id;256 eStationType sta_type;257 struct qdf_mac_addr sta_mac;258 struct qdf_mac_addr mld_addr;259 enum ol_txrx_peer_state peer_state;260 bool is_qos_enabled;261 bool is_deauth_in_progress;[all …]