Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A 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()
250 struct mwifiex_sta_node *sta_ptr; in mwifiex_parse_tdls_event() local
[all …]
H A 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 …]
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 Dutil.c638 struct mwifiex_sta_node *sta_ptr; in mwifiex_is_tdls_chan_switching() local
643 sta_ptr = mwifiex_get_tdls_sta_entry(priv, TDLS_CHAN_SWITCHING); in mwifiex_is_tdls_chan_switching()
644 if (sta_ptr) in mwifiex_is_tdls_chan_switching()
652 struct mwifiex_sta_node *sta_ptr; in mwifiex_is_tdls_off_chan() local
657 sta_ptr = mwifiex_get_tdls_sta_entry(priv, TDLS_IN_OFF_CHAN); in mwifiex_is_tdls_off_chan()
658 if (sta_ptr) in mwifiex_is_tdls_off_chan()
H A 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()
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.c3914 struct mwifiex_sta_node *sta_ptr; in mwifiex_cfg80211_tdls_chan_switch() local
3920 sta_ptr = mwifiex_get_sta_entry(priv, addr); in mwifiex_cfg80211_tdls_chan_switch()
3921 if (!sta_ptr) { in mwifiex_cfg80211_tdls_chan_switch()
3928 if (!(sta_ptr->tdls_cap.extcap.ext_capab[3] & in mwifiex_cfg80211_tdls_chan_switch()
3935 if (sta_ptr->tdls_status == TDLS_CHAN_SWITCHING || in mwifiex_cfg80211_tdls_chan_switch()
3936 sta_ptr->tdls_status == TDLS_IN_OFF_CHAN) { in mwifiex_cfg80211_tdls_chan_switch()
3956 struct mwifiex_sta_node *sta_ptr; in mwifiex_cfg80211_tdls_cancel_chan_switch() local
3960 sta_ptr = mwifiex_get_sta_entry(priv, addr); in mwifiex_cfg80211_tdls_cancel_chan_switch()
3961 if (!sta_ptr) { in mwifiex_cfg80211_tdls_cancel_chan_switch()
3965 } else if (!(sta_ptr->tdls_status == TDLS_CHAN_SWITCHING || in mwifiex_cfg80211_tdls_cancel_chan_switch()
[all …]