Home
last modified time | relevance | path

Searched refs:WIFI_AP_STATE (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_linux.c667 if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) { in rtw_set_encryption()
753 if (check_fwstate(pmlmepriv, WIFI_AP_STATE) != true) in rtw_set_beacon()
790 if (check_fwstate(pmlmepriv, (_FW_LINKED | WIFI_AP_STATE)) != true) in rtw_add_sta()
855 if (check_fwstate(pmlmepriv, (_FW_LINKED | WIFI_AP_STATE)) != true) in rtw_del_sta()
990 if (check_fwstate(pmlmepriv, WIFI_AP_STATE) != true) in rtw_set_wps_beacon()
1021 if (check_fwstate(pmlmepriv, WIFI_AP_STATE) != true) in rtw_set_wps_probe_resp()
1048 if (check_fwstate(pmlmepriv, WIFI_AP_STATE) != true) in rtw_set_wps_assoc_resp()
1081 if (check_fwstate(mlmepriv, WIFI_AP_STATE) != true) in rtw_set_hidden_ssid()
1113 if (check_fwstate(pmlmepriv, WIFI_AP_STATE) != true) in rtw_ioctl_acl_remove_sta()
1131 if (check_fwstate(pmlmepriv, WIFI_AP_STATE) != true) in rtw_ioctl_acl_add_sta()
[all …]
H A Dioctl_cfg80211.c411 if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) in rtw_cfg80211_indicate_connect()
480 if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) in rtw_cfg80211_indicate_disconnect()
570 if (!psta && check_fwstate(pmlmepriv, WIFI_AP_STATE)) { in rtw_cfg80211_ap_set_encryption()
619 if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) { in rtw_cfg80211_ap_set_encryption()
906 } else if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) { in cfg80211_rtw_add_key()
1023 check_fwstate(pmlmepriv, WIFI_AP_STATE)) && in cfg80211_rtw_get_station()
1221 if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) { in cfg80211_rtw_scan()
1570 if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) { in cfg80211_rtw_join_ibss()
1659 if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) { in cfg80211_rtw_connect()
2263 if (check_fwstate(pmlmepriv, WIFI_AP_STATE) != true) in rtw_add_beacon()
[all …]
H A Drecv_linux.c100 if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) { in rtw_os_recv_indicate_pkt()
H A Dxmit_linux.c197 && check_fwstate(pmlmepriv, WIFI_AP_STATE) == true in _rtw_xmit_entry()
H A Dos_intfs.c1084 } else if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) { in rtw_suspend_free_assoc_resource()
1159 if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) in rtw_suspend_common()
1227 } else if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) { in rtw_resume_process_normal()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_btcoex.c15 && (check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE) == true)) { in rtw_btcoex_MediaStatusNotify()
H A Drtw_pwrctrl.c106 || check_fwstate(pmlmepriv, WIFI_AP_STATE) in rtw_pwr_unassociated_idle()
117 || check_fwstate(b_pmlmepriv, WIFI_AP_STATE) in rtw_pwr_unassociated_idle()
330 || check_fwstate(pmlmepriv, WIFI_AP_STATE) in PS_RDY_CHECK()
H A Drtw_ioctl_set.c331 set_fwstate(pmlmepriv, WIFI_AP_STATE); in rtw_set_802_11_infrastructure_mode()
H A Drtw_xmit.c646 } else if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) { in update_attrib()
704 } else if ((check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) && (!(psta->state & _FW_LINKED))) { in update_attrib()
740 if (check_fwstate(pmlmepriv, WIFI_AP_STATE|WIFI_ADHOC_STATE|WIFI_ADHOC_MASTER_STATE)) { in update_attrib()
890 } else if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) { in rtw_make_wlanhdr()
2022 if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == false) in xmitframe_enqueue_for_sleeping_sta()
H A Drtw_sta_mgt.c381 if (!(psta->state & WIFI_AP_STATE)) in rtw_free_stainfo()
H A Drtw_mlme.c897 if (check_fwstate(pmlmepriv, WIFI_STATION_STATE|WIFI_AP_STATE)) { in rtw_free_assoc_resources()
904 if (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE|WIFI_ADHOC_MASTER_STATE|WIFI_AP_STATE)) { in rtw_free_assoc_resources()
1313 if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) { in rtw_stassoc_event_callback()
2607 if ((check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE) == true) || in rtw_linked_check()
H A Drtw_recv.c690 } else if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) { in sta2sta_data_frame()
812 } else if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) { in ap2sta_data_frame()
849 if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) { in sta2ap_data_frame()
H A Drtw_ap.c832 if (!check_fwstate(pmlmepriv, WIFI_AP_STATE)) in rtw_check_beacon_data()
1158 psta->state |= WIFI_AP_STATE; /* Aries, add, fix bug of flush_cam_entry at STOP AP mode , 0724 */ in rtw_check_beacon_data()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_ioctl_set.c254 _clr_fwstate_(pmlmepriv, WIFI_STATION_STATE | WIFI_AP_STATE | in r8712_set_802_11_infrastructure_mode()
264 set_fwstate(pmlmepriv, WIFI_AP_STATE); in r8712_set_802_11_infrastructure_mode()
H A Drtl871x_mlme.h33 #define WIFI_AP_STATE 0x00000010 macro
H A Drtl871x_recv.c327 } else if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) { in sta2sta_data_frame()
434 if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) { in sta2ap_data_frame()
H A Drtl871x_xmit.c245 } else if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) { in r8712_update_attrib()
518 } else if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) { in make_wlanhdr()
H A Drtl871x_mlme.c582 if (check_fwstate(pmlmepriv, WIFI_STATION_STATE | WIFI_AP_STATE)) { in r8712_free_assoc_resources()
594 WIFI_ADHOC_STATE | WIFI_ADHOC_MASTER_STATE | WIFI_AP_STATE)) in r8712_free_assoc_resources()
H A Drtl871x_cmd.c692 if ((pmlmepriv->fw_state) & WIFI_AP_STATE) { in r8712_createbss_cmd_callback()
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dhal_intf.c73 else if (fw_state & WIFI_AP_STATE) in rtw_hal_init_opmode()
274 if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) in rtw_hal_update_ra_mask()
H A Dhal_btcoex.c169 if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) in halbtcoutsrc_IsWifiBusy()
190 if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) { in _halbtcoutsrc_GetWifiLinkStatus()
325 *pu8 = check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE); in halbtcoutsrc_Get()
H A Drtl8723bs_xmit.c275 if (check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE) == true) in xmit_xmitframes()
H A Drtl8723bs_recv.c139 (check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE) == true) in update_recvframe_phyinfo()
H A Drtl8723b_hal_init.c1809 …if (check_fwstate(&padapter->mlmepriv, WIFI_ADHOC_STATE|WIFI_ADHOC_MASTER_STATE|WIFI_AP_STATE) == … in rtl8723b_SetBeaconRelatedRegisters()
3026 if ((check_fwstate(pmlmepriv, WIFI_AP_STATE) == true)) in hw_var_set_mlme_sitesurvey()
3049 if (check_fwstate(pmlmepriv, (_FW_LINKED|WIFI_AP_STATE))) in hw_var_set_mlme_sitesurvey()
3632 if (check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE) == true) in SetHwReg8723B()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_mlme.h32 #define WIFI_AP_STATE 0x00000010 macro

12