Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ioctl_set.c159 if (check_fwstate(pmlmepriv, _FW_LINKED|WIFI_ADHOC_MASTER_STATE) == true) { in rtw_set_802_11_ssid()
167 if (check_fwstate(pmlmepriv, _FW_LINKED) == true) in rtw_set_802_11_ssid()
185 if (check_fwstate(pmlmepriv, _FW_LINKED) == true) in rtw_set_802_11_ssid()
304 if ((check_fwstate(pmlmepriv, _FW_LINKED) == true) || (*pold_state == Ndis802_11IBSS)) in rtw_set_802_11_infrastructure_mode()
307 if ((check_fwstate(pmlmepriv, _FW_LINKED) == true) || in rtw_set_802_11_infrastructure_mode()
312 if (check_fwstate(pmlmepriv, _FW_LINKED) == true) in rtw_set_802_11_infrastructure_mode()
355 if (check_fwstate(pmlmepriv, _FW_LINKED) == true) { in rtw_set_802_11_disassociate()
479 if ((check_fwstate(pmlmepriv, _FW_LINKED) != true) in rtw_get_cur_max_rate()
H A Drtw_ap.c287 if (!(psta->state & _FW_LINKED)) in expire_timeout_chk()
334 if (!(psta->state & _FW_LINKED)) in add_RATid()
439 psta->state = _FW_LINKED; in update_bmc_sta()
560 psta->state |= _FW_LINKED; in update_sta_info_apmode()
1915 psta->state &= ~_FW_LINKED; in ap_free_sta()
1996 if (psta->state & _FW_LINKED) { in ap_sta_info_defer_update()
2059 if (psta->state & _FW_LINKED) { in rtw_ap_restore_network()
H A Drtw_recv.c746 (check_fwstate(pmlmepriv, _FW_LINKED) == true || in ap2sta_data_frame()
793 (check_fwstate(pmlmepriv, _FW_LINKED) == true)) { in ap2sta_data_frame()
1353 if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) && check_fwstate(pmlmepriv, _FW_LINKED) && in validate_80211w_mgmt()
2129 check_fwstate(&adapter->mlmepriv, _FW_LINKED) == false in rtw_signal_stat_timer_hdl()
H A Drtw_sta_mgt.c283 psta->state &= ~_FW_LINKED; in rtw_free_stainfo()
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dxmit_linux.c153 if (!(psta->state & _FW_LINKED)) in rtw_mlcst2unicst()
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_mlme.h46 #define _FW_LINKED WIFI_ASOC_STATE macro
/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_cmd.c617 if (check_fwstate(pmlmepriv, _FW_LINKED)) { in rtl8723b_set_FwRsvdPagePkt()