Searched refs:sta_info (Results 1 – 25 of 81) sorted by relevance
1234
/wlan-driver/qcacld-3.0/core/hdd/src/ ! |
H A D | wlan_hdd_softap_tx_rx.c | 316 hdd_reset_sta_info_during_reattach(struct hdd_station_info *sta_info) in hdd_reset_sta_info_during_reattach() argument 318 sta_info->in_use = 0; in hdd_reset_sta_info_during_reattach() 319 sta_info->sta_id = 0; in hdd_reset_sta_info_during_reattach() 320 sta_info->sta_type = 0; in hdd_reset_sta_info_during_reattach() 321 qdf_mem_zero(&sta_info->sta_mac, QDF_MAC_ADDR_SIZE); in hdd_reset_sta_info_during_reattach() 322 sta_info->peer_state = 0; in hdd_reset_sta_info_during_reattach() 323 sta_info->is_qos_enabled = 0; in hdd_reset_sta_info_during_reattach() 324 sta_info->is_deauth_in_progress = 0; in hdd_reset_sta_info_during_reattach() 325 sta_info->nss = 0; in hdd_reset_sta_info_during_reattach() 326 sta_info->rate_flags = 0; in hdd_reset_sta_info_during_reattach() [all …]
|
H A D | wlan_hdd_sta_info.c | 106 struct hdd_station_info *sta_info) in hdd_sta_info_attach() argument 108 if (!sta_info_container || !sta_info) { in hdd_sta_info_attach() 115 hdd_take_sta_info_ref(sta_info_container, sta_info, false, in hdd_sta_info_attach() 118 &sta_info->sta_node); in hdd_sta_info_attach() 119 sta_info->is_attached = true; in hdd_sta_info_attach() 127 struct hdd_station_info **sta_info) in hdd_sta_info_detach() argument 131 if (!sta_info_container || !sta_info) { in hdd_sta_info_detach() 136 info = *sta_info; in hdd_sta_info_detach() 145 hdd_put_sta_info_ref(sta_info_container, sta_info, false, in hdd_sta_info_detach() 159 struct hdd_station_info *sta_info = NULL; in hdd_get_sta_info_by_id() local [all …]
|
H A D | wlan_hdd_sta_info.h | 344 struct hdd_station_info **sta_info, 362 struct hdd_station_info *sta_info, 399 #define __hdd_is_station_valid(sta_info) sta_info argument 411 sta_info, next_sta_info, \ 414 hdd_get_front_sta_info_no_lock(&sta_info_container, &sta_info), \ 415 (sta_info) ? hdd_take_sta_info_ref(&sta_info_container, \ 416 sta_info, false, sta_info_dbgid) : \ 418 hdd_get_next_sta_info_no_lock(&sta_info_container, sta_info, \ 436 sta_info, next_sta_info, \ 439 sta_info = next_sta_info, \ [all …]
|
H A D | wlan_hdd_son.c | 1080 static uint32_t hdd_son_per_sta_len(struct hdd_station_info *sta_info) in hdd_son_per_sta_len() argument 1096 struct hdd_station_info *sta_info, *tmp = NULL; in hdd_son_get_sta_space() local 1111 hdd_for_each_sta_ref_safe(adapter->sta_info_list, sta_info, tmp, in hdd_son_get_sta_space() 1113 if (!qdf_is_macaddr_broadcast(&sta_info->sta_mac)) in hdd_son_get_sta_space() 1114 space += hdd_son_per_sta_len(sta_info); in hdd_son_get_sta_space() 1117 &sta_info, true, in hdd_son_get_sta_space() 1139 struct hdd_station_info *sta_info, *tmp = NULL; in hdd_son_get_sta_list() local 1155 hdd_for_each_sta_ref_safe(adapter->sta_info_list, sta_info, tmp, in hdd_son_get_sta_list() 1157 if (!qdf_is_macaddr_broadcast(&sta_info->sta_mac)) { in hdd_son_get_sta_list() 1158 len = hdd_son_per_sta_len(sta_info); in hdd_son_get_sta_list() [all …]
|
/wlan-driver/wpa_supplicant_8/src/ap/ ! |
H A D | sta_info.h |
|
H A D | ieee802_11.h |
|
H A D | ieee802_1x.h |
|
H A D | mbo_ap.h |
|
H A D | wpa_auth_kay.h |
|
H A D | ap_mlme.h |
|
H A D | accounting.h |
|
H A D | preauth_auth.h |
|
H A D | sta_info.c |
|
H A D | wnm_ap.h |
|
H A D | ap_mlme.c |
|
H A D | mbo_ap.c |
|
H A D | accounting.c |
|
H A D | ieee802_1x.c |
|
H A D | taxonomy.h |
|
H A D | ndisc_snoop.c |
|
H A D | airtime_policy.c |
|
H A D | preauth_auth.c |
|
/wlan-driver/qcacld-3.0/components/dp/core/src/ ! |
H A D | wlan_dp_softap_txrx.c | 114 struct wlan_dp_sta_info *sta_info; in dp_softap_inspect_tx_eap_pkt() local 151 sta_info = dp_get_peer_priv_obj(peer); in dp_softap_inspect_tx_eap_pkt() 152 if (!sta_info) { in dp_softap_inspect_tx_eap_pkt() 161 &sta_info->pending_eap_frm_type); in dp_softap_inspect_tx_eap_pkt() 168 &sta_info->pending_eap_frm_type); in dp_softap_inspect_tx_eap_pkt() 178 struct wlan_dp_sta_info *sta_info; in dp_softap_check_wait_for_tx_eap_pkt() local 192 sta_info = dp_get_peer_priv_obj(peer); in dp_softap_check_wait_for_tx_eap_pkt() 194 &sta_info->pending_eap_frm_type)) { in dp_softap_check_wait_for_tx_eap_pkt() 294 struct wlan_dp_sta_info *sta_info; in dp_softap_inspect_dhcp_packet() local 316 sta_info = dp_get_peer_priv_obj(peer); in dp_softap_inspect_dhcp_packet() [all …]
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/ ! |
H A D | mesh_rsn.h |
|
H A D | mesh_mpm.c |
|
1234