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 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 …]
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.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.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()