Searched refs:arConnected (Results 1 – 7 of 7) sorted by relevance
566 if (ar->arConnected) { in ar6000_ioctl_siwessid()580 ((ar->arSsidLen == 0) && (ar->arConnected || ar->arConnectPending)) || in ar6000_ioctl_siwessid()620 if((ar->arConnected == true) && (ar->arWmiReady == true)) in ar6000_ioctl_siwessid()768 if ((ar->arNextMode != AP_NETWORK && !ar->arConnected) || ar->arWmiReady == false) { in ar6000_ioctl_giwrate()882 if((ar->arWmiReady == true) && (ar->arConnected == true)) in ar6000_ioctl_giwtxpow()1571 if (ar->arConnected == true) { in ar6000_ioctl_siwpmksa()1737 if (!ar->arConnected) { in ar6000_ioctl_siwencodeext()1922 if(ar->arNetworkType == INFRA_NETWORK && ar->arConnected) { in ar6000_ioctl_giwname()2029 if (ar->arConnected != true) { in ar6000_ioctl_giwfreq()2063 …pe == (((*mode) == IW_MODE_INFRA) ? INFRA_NETWORK : ADHOC_NETWORK)) && (ar->arConnected == true) ){ in ar6000_ioctl_siwmode()[all …]
306 if(ar->arConnected == true && in ar6k_cfg80211_connect()564 if (false == ar->arConnected) { in ar6k_cfg80211_connect_event()757 (ar->arConnected ? ALL_BUT_BSS_FILTER : ALL_BSS_FILTER), in ar6k_cfg80211_scan()779 if(ar->arConnected) { in ar6k_cfg80211_scan()1166 if((ar->arConnected == true)) { in ar6k_cfg80211_get_txpower()
222 if (ar->arWmiReady && ar->arWlanState==WLAN_ENABLED && ar->arConnected) { in ar6000_suspend_ev()488 if (ar->arConnected == true || ar->arConnectPending == true) { in ar6000_setup_deep_sleep_state()
343 skb && ar->arConnected) { in android_ar6k_check_wow_status()
1951 disconnectIssued = (ar->arConnected) || (ar->arConnectPending); in ar6000_stop_endpoint()2304 if( ar->arConnected || bypasswmi) { in ar6000_open()2983 if( (!ar->arConnected && !bypasswmi) in ar6000_data_tx()3162 ar->arIbssPsEnable && ar->arConnected) { in ar6000_data_tx()3587 if ((ar->arConnected == true) || bypasswmi) { in ar6000_tx_complete()4330 ar->arConnected = true; in ar6000_connect_event()4522 if (!ar->arConnected) { in ar6000_connect_event()4537 ar->arConnected = true; in ar6000_connect_event()4660 ar->arConnected = false; in ar6000_disconnect_event()4712 ar->arConnected = true; in ar6000_disconnect_event()[all …]
1821 if ((WEP_CRYPT == keyType)&&(!ar->arConnected)) { in ar6000_ioctl_setkey()3152 } else if (ar->arConnected && optModeCmd.optMode == SPECIAL_ON) { in ar6000_ioctl()
477 bool arConnected; member