Home
last modified time | relevance | path

Searched refs:sta_ptr (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/
Dtdls.c191 struct mwifiex_sta_node *sta_ptr; in mwifiex_tdls_add_ht_oper() local
196 sta_ptr = mwifiex_get_sta_entry(priv, mac); in mwifiex_tdls_add_ht_oper()
197 if (unlikely(!sta_ptr)) { in mwifiex_tdls_add_ht_oper()
203 if (!(le16_to_cpu(sta_ptr->tdls_cap.ht_capb.cap_info))) { in mwifiex_tdls_add_ht_oper()
228 memcpy(&sta_ptr->tdls_cap.ht_oper, ht_oper, in mwifiex_tdls_add_ht_oper()
240 struct mwifiex_sta_node *sta_ptr; in mwifiex_tdls_add_vht_oper() local
250 sta_ptr = mwifiex_get_sta_entry(priv, mac); in mwifiex_tdls_add_vht_oper()
251 if (unlikely(!sta_ptr)) { in mwifiex_tdls_add_vht_oper()
257 if (!(le32_to_cpu(sta_ptr->tdls_cap.vhtcap.vht_cap_info))) { in mwifiex_tdls_add_vht_oper()
264 if (sta_ptr->tdls_cap.extcap.ext_capab[7] & in mwifiex_tdls_add_vht_oper()
[all …]
Dsta_event.c19 struct mwifiex_sta_node *sta_ptr, in mwifiex_check_ibss_peer_capabilities() argument
63 sta_ptr->is_11n_enabled = true; in mwifiex_check_ibss_peer_capabilities()
65 sta_ptr->max_amsdu = le16_to_cpu(ht_cap->cap_info) & in mwifiex_check_ibss_peer_capabilities()
71 sta_ptr->max_amsdu); in mwifiex_check_ibss_peer_capabilities()
75 sta_ptr->is_11ac_enabled = true; in mwifiex_check_ibss_peer_capabilities()
80 sta_ptr->max_amsdu = in mwifiex_check_ibss_peer_capabilities()
84 sta_ptr->max_amsdu = in mwifiex_check_ibss_peer_capabilities()
88 sta_ptr->max_amsdu = in mwifiex_check_ibss_peer_capabilities()
97 sta_ptr->max_amsdu); in mwifiex_check_ibss_peer_capabilities()
253 struct mwifiex_sta_node *sta_ptr; in mwifiex_parse_tdls_event() local
[all …]
Dsta_rx.c198 struct mwifiex_sta_node *sta_ptr; in mwifiex_process_sta_rx_packet() local
244 sta_ptr = mwifiex_get_sta_entry(priv, ta); in mwifiex_process_sta_rx_packet()
245 if (sta_ptr) in mwifiex_process_sta_rx_packet()
246 sta_ptr->rx_seq[local_rx_pd->priority] = in mwifiex_process_sta_rx_packet()
Duap_cmd.c797 struct mwifiex_sta_node *sta_ptr; in mwifiex_cmd_uap_add_station() local
812 sta_ptr = mwifiex_add_sta_entry(priv, add_sta->peer_mac); in mwifiex_cmd_uap_add_station()
814 sta_ptr = mwifiex_get_sta_entry(priv, add_sta->peer_mac); in mwifiex_cmd_uap_add_station()
816 if (!sta_ptr) in mwifiex_cmd_uap_add_station()
833 sta_ptr->is_wmm_enabled = 1; in mwifiex_cmd_uap_add_station()
871 sta_ptr->is_wmm_enabled = 1; in mwifiex_cmd_uap_add_station()
882 sta_ptr->is_11n_enabled = 1; in mwifiex_cmd_uap_add_station()
883 sta_ptr->max_amsdu = in mwifiex_cmd_uap_add_station()
898 sta_ptr->is_11ac_enabled = 1; in mwifiex_cmd_uap_add_station()
913 if (sta_ptr->is_11n_enabled) in mwifiex_cmd_uap_add_station()
[all …]
Dutil.c652 struct mwifiex_sta_node *sta_ptr; in mwifiex_is_tdls_chan_switching() local
657 sta_ptr = mwifiex_get_tdls_sta_entry(priv, TDLS_CHAN_SWITCHING); in mwifiex_is_tdls_chan_switching()
658 if (sta_ptr) in mwifiex_is_tdls_chan_switching()
666 struct mwifiex_sta_node *sta_ptr; in mwifiex_is_tdls_off_chan() local
671 sta_ptr = mwifiex_get_tdls_sta_entry(priv, TDLS_IN_OFF_CHAN); in mwifiex_is_tdls_off_chan()
672 if (sta_ptr) in mwifiex_is_tdls_off_chan()
D11n.c592 struct mwifiex_sta_node *sta_ptr; in mwifiex_send_addba() local
595 sta_ptr = mwifiex_get_sta_entry(priv, peer_mac); in mwifiex_send_addba()
596 if (!sta_ptr) { in mwifiex_send_addba()
603 if (sta_ptr->is_11ac_enabled) in mwifiex_send_addba()
D11n_rxreorder.c458 struct mwifiex_sta_node *sta_ptr; in mwifiex_cmd_11n_addba_rsp_gen() local
469 sta_ptr = mwifiex_get_sta_entry(priv, in mwifiex_cmd_11n_addba_rsp_gen()
471 if (!sta_ptr) { in mwifiex_cmd_11n_addba_rsp_gen()
478 if (sta_ptr->is_11ac_enabled) in mwifiex_cmd_11n_addba_rsp_gen()
Dcfg80211.c3916 struct mwifiex_sta_node *sta_ptr; in mwifiex_cfg80211_tdls_chan_switch() local
3922 sta_ptr = mwifiex_get_sta_entry(priv, addr); in mwifiex_cfg80211_tdls_chan_switch()
3923 if (!sta_ptr) { in mwifiex_cfg80211_tdls_chan_switch()
3930 if (!(sta_ptr->tdls_cap.extcap.ext_capab[3] & in mwifiex_cfg80211_tdls_chan_switch()
3937 if (sta_ptr->tdls_status == TDLS_CHAN_SWITCHING || in mwifiex_cfg80211_tdls_chan_switch()
3938 sta_ptr->tdls_status == TDLS_IN_OFF_CHAN) { in mwifiex_cfg80211_tdls_chan_switch()
3958 struct mwifiex_sta_node *sta_ptr; in mwifiex_cfg80211_tdls_cancel_chan_switch() local
3962 sta_ptr = mwifiex_get_sta_entry(priv, addr); in mwifiex_cfg80211_tdls_cancel_chan_switch()
3963 if (!sta_ptr) { in mwifiex_cfg80211_tdls_cancel_chan_switch()
3967 } else if (!(sta_ptr->tdls_status == TDLS_CHAN_SWITCHING || in mwifiex_cfg80211_tdls_cancel_chan_switch()
[all …]