Lines Matching refs:sta_ptr
797 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()
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()
920 memset(sta_ptr->rx_seq, 0xff, sizeof(sta_ptr->rx_seq)); in mwifiex_cmd_uap_add_station()