Lines Matching refs:check_fwstate

88 			if (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) == true) {  in rtw_do_join()
155 if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == true) in rtw_set_802_11_ssid()
157 else if (check_fwstate(pmlmepriv, _FW_UNDER_LINKING) == true) in rtw_set_802_11_ssid()
160 if (check_fwstate(pmlmepriv, _FW_LINKED|WIFI_ADHOC_MASTER_STATE) == true) { in rtw_set_802_11_ssid()
163 if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) == false) { in rtw_set_802_11_ssid()
168 if (check_fwstate(pmlmepriv, _FW_LINKED) == true) in rtw_set_802_11_ssid()
173 if (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == true) { in rtw_set_802_11_ssid()
186 if (check_fwstate(pmlmepriv, _FW_LINKED) == true) in rtw_set_802_11_ssid()
191 if (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == true) { in rtw_set_802_11_ssid()
212 if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == true) in rtw_set_802_11_ssid()
253 if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == true) in rtw_set_802_11_connect()
255 else if (check_fwstate(pmlmepriv, _FW_UNDER_LINKING) == true) in rtw_set_802_11_connect()
276 if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == true) in rtw_set_802_11_connect()
305 if ((check_fwstate(pmlmepriv, _FW_LINKED) == true) || (*pold_state == Ndis802_11IBSS)) in rtw_set_802_11_infrastructure_mode()
308 if ((check_fwstate(pmlmepriv, _FW_LINKED) == true) || in rtw_set_802_11_infrastructure_mode()
309 (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == true)) in rtw_set_802_11_infrastructure_mode()
313 if (check_fwstate(pmlmepriv, _FW_LINKED) == true) in rtw_set_802_11_infrastructure_mode()
356 if (check_fwstate(pmlmepriv, _FW_LINKED) == true) { in rtw_set_802_11_disassociate()
383 if ((check_fwstate(pmlmepriv, _FW_UNDER_SURVEY|_FW_UNDER_LINKING) == true) || in rtw_set_802_11_bssid_list_scan()
480 if ((check_fwstate(pmlmepriv, _FW_LINKED) != true) in rtw_get_cur_max_rate()
481 && (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) != true)) in rtw_get_cur_max_rate()