Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H A Dtdls.c197 if (unlikely(!sta_ptr)) { in mwifiex_tdls_add_ht_oper()
251 if (unlikely(!sta_ptr)) { in mwifiex_tdls_add_vht_oper()
949 if (!sta_ptr) in mwifiex_process_tdls_action_frame()
1069 if (!sta_ptr || sta_ptr->tdls_status == TDLS_SETUP_FAILURE) { in mwifiex_tdls_process_config_link()
1090 if (sta_ptr && sta_ptr->tdls_status == TDLS_SETUP_INPROGRESS) { in mwifiex_tdls_process_create_link()
1097 if (!sta_ptr) in mwifiex_tdls_process_create_link()
1117 if (sta_ptr) { in mwifiex_tdls_process_disable_link()
1144 if (sta_ptr && (sta_ptr->tdls_status != TDLS_SETUP_FAILURE)) { in mwifiex_tdls_process_enable_link()
1175 memset(sta_ptr->rx_seq, 0xff, sizeof(sta_ptr->rx_seq)); in mwifiex_tdls_process_enable_link()
1182 if (sta_ptr) { in mwifiex_tdls_process_enable_link()
[all …]
H A Dsta_event.c71 sta_ptr->max_amsdu); 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()
263 if (!sta_ptr) { in mwifiex_parse_tdls_event()
358 if (sta_ptr && sta_ptr->tx_pause != tp->tx_pause) { in mwifiex_process_uap_tx_pause()
395 if (sta_ptr && sta_ptr->tx_pause != tp->tx_pause) { in mwifiex_process_sta_tx_pause()
946 sta_ptr->ampdu_sta[i] = in mwifiex_process_sta_event()
952 memset(sta_ptr->rx_seq, 0xff, sizeof(sta_ptr->rx_seq)); in mwifiex_process_sta_event()
[all …]
H A 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()
H A Duap_cmd.c797 struct mwifiex_sta_node *sta_ptr; in mwifiex_cmd_uap_add_station() local
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()
914 sta_ptr->ampdu_sta[i] = in mwifiex_cmd_uap_add_station()
917 sta_ptr->ampdu_sta[i] = BA_STREAM_NOT_ALLOWED; in mwifiex_cmd_uap_add_station()
[all …]
H A Dutil.c654 struct mwifiex_sta_node *sta_ptr; in mwifiex_is_tdls_chan_switching() local
659 sta_ptr = mwifiex_get_tdls_sta_entry(priv, TDLS_CHAN_SWITCHING); in mwifiex_is_tdls_chan_switching()
660 if (sta_ptr) in mwifiex_is_tdls_chan_switching()
668 struct mwifiex_sta_node *sta_ptr; in mwifiex_is_tdls_off_chan() local
673 sta_ptr = mwifiex_get_tdls_sta_entry(priv, TDLS_IN_OFF_CHAN); in mwifiex_is_tdls_off_chan()
674 if (sta_ptr) in mwifiex_is_tdls_off_chan()
H A D11n.c594 struct mwifiex_sta_node *sta_ptr; in mwifiex_send_addba() local
597 sta_ptr = mwifiex_get_sta_entry(priv, peer_mac); in mwifiex_send_addba()
598 if (!sta_ptr) { in mwifiex_send_addba()
605 if (sta_ptr->is_11ac_enabled) in mwifiex_send_addba()
H A 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()
H A 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()
3968 sta_ptr->tdls_status == TDLS_IN_BASE_CHAN || in mwifiex_cfg80211_tdls_cancel_chan_switch()
[all …]