Lines Matching refs:sta_ptr
154 struct mwifiex_sta_node *sta_ptr; in mwifiex_parse_tdls_event() local
166 sta_ptr = mwifiex_get_sta_entry(priv, tdls_evt->peer_mac); in mwifiex_parse_tdls_event()
167 if (!sta_ptr) { in mwifiex_parse_tdls_event()
192 sta_ptr->tdls_status = TDLS_IN_BASE_CHAN; in mwifiex_parse_tdls_event()
195 sta_ptr->tdls_status = TDLS_IN_OFF_CHAN; in mwifiex_parse_tdls_event()
206 if (sta_ptr->tdls_status == TDLS_IN_BASE_CHAN) in mwifiex_parse_tdls_event()
210 sta_ptr->tdls_status = TDLS_IN_BASE_CHAN; in mwifiex_parse_tdls_event()
213 if (sta_ptr->tdls_status == TDLS_IN_OFF_CHAN) in mwifiex_parse_tdls_event()
217 sta_ptr->tdls_status = TDLS_IN_OFF_CHAN; in mwifiex_parse_tdls_event()
226 sta_ptr->tdls_status = TDLS_CHAN_SWITCHING; in mwifiex_parse_tdls_event()
244 struct mwifiex_sta_node *sta_ptr; in mwifiex_process_uap_tx_pause() local
262 sta_ptr = mwifiex_get_sta_entry(priv, tp->peermac); in mwifiex_process_uap_tx_pause()
265 if (sta_ptr && sta_ptr->tx_pause != tp->tx_pause) { in mwifiex_process_uap_tx_pause()
266 sta_ptr->tx_pause = tp->tx_pause; in mwifiex_process_uap_tx_pause()
277 struct mwifiex_sta_node *sta_ptr; in mwifiex_process_sta_tx_pause() local
299 sta_ptr = mwifiex_get_sta_entry(priv, tp->peermac); in mwifiex_process_sta_tx_pause()
302 if (sta_ptr && sta_ptr->tx_pause != tp->tx_pause) { in mwifiex_process_sta_tx_pause()
303 sta_ptr->tx_pause = tp->tx_pause; in mwifiex_process_sta_tx_pause()