Searched refs:sta_ptr (Results 1 – 6 of 6) sorted by relevance
19 struct mwifiex_sta_node *sta_ptr, in mwifiex_check_ibss_peer_capabilities() argument63 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 …]
198 struct mwifiex_sta_node *sta_ptr; in mwifiex_process_sta_rx_packet() local244 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()
797 struct mwifiex_sta_node *sta_ptr; in mwifiex_cmd_uap_add_station() local812 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 …]
638 struct mwifiex_sta_node *sta_ptr; in mwifiex_is_tdls_chan_switching() local643 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() local657 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()
592 struct mwifiex_sta_node *sta_ptr; in mwifiex_send_addba() local595 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()
458 struct mwifiex_sta_node *sta_ptr; in mwifiex_cmd_11n_addba_rsp_gen() local469 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()