Searched refs:hostapd_state (Results 1 – 8 of 8) sorted by relevance
378 struct hdd_hostapd_state *hostapd_state = in hdd_hostapd_channel_allow_suspend() local384 hostapd_state->bss_state, chan_freq, in hdd_hostapd_channel_allow_suspend()388 if (hostapd_state->bss_state == BSS_STOP) in hdd_hostapd_channel_allow_suspend()428 struct hdd_hostapd_state *hostapd_state = in hdd_hostapd_channel_prevent_suspend() local434 hostapd_state->bss_state, chan_freq, in hdd_hostapd_channel_prevent_suspend()437 if ((hostapd_state->bss_state == BSS_START) && in hdd_hostapd_channel_prevent_suspend()2143 struct hdd_hostapd_state *hostapd_state; in hdd_hostapd_sap_event_cb() local2195 hostapd_state = WLAN_HDD_GET_HOSTAP_STATE_PTR(link_info); in hdd_hostapd_sap_event_cb()2256 hostapd_state->qdf_status = in hdd_hostapd_sap_event_cb()2296 if (hostapd_state->qdf_status) { in hdd_hostapd_sap_event_cb()[all …]
1752 struct hdd_hostapd_state *hostapd_state = NULL; in hdd_restart_sap_with_new_phymode() local1756 hostapd_state = WLAN_HDD_GET_HOSTAP_STATE_PTR(link_info); in hdd_restart_sap_with_new_phymode()1766 qdf_event_reset(&hostapd_state->qdf_stop_bss_event); in hdd_restart_sap_with_new_phymode()1772 status = qdf_wait_single_event(&hostapd_state->qdf_stop_bss_event, in hdd_restart_sap_with_new_phymode()1786 qdf_event_reset(&hostapd_state->qdf_event); in hdd_restart_sap_with_new_phymode()1794 status = qdf_wait_single_event(&hostapd_state->qdf_event, in hdd_restart_sap_with_new_phymode()
1650 struct hdd_hostapd_state *hostapd_state; in wlan_hdd_set_tx_flow_info() local1680 hostapd_state = in wlan_hdd_set_tx_flow_info()1682 if (hostapd_state->bss_state == BSS_START && in wlan_hdd_set_tx_flow_info()1683 hostapd_state->qdf_status == QDF_STATUS_SUCCESS) { in wlan_hdd_set_tx_flow_info()
642 struct hdd_hostapd_state *hostapd_state; in wlan_hdd_cm_handle_sap_sta_dfs_conc() local782 hostapd_state = WLAN_HDD_GET_HOSTAP_STATE_PTR(ap_adapter->deflink); in wlan_hdd_cm_handle_sap_sta_dfs_conc()783 qdf_event_reset(&hostapd_state->qdf_event); in wlan_hdd_cm_handle_sap_sta_dfs_conc()805 status = qdf_wait_for_event_completion(&hostapd_state->qdf_event, in wlan_hdd_cm_handle_sap_sta_dfs_conc()
2177 struct hdd_hostapd_state *hostapd_state = in __iw_softap_stopbss() local2180 qdf_event_reset(&hostapd_state->qdf_stop_bss_event); in __iw_softap_stopbss()2184 status = qdf_wait_single_event(&hostapd_state-> in __iw_softap_stopbss()
9744 struct hdd_hostapd_state *hostapd_state; in hdd_stop_sap_go_adapter() local9788 hostapd_state = WLAN_HDD_GET_HOSTAP_STATE_PTR(link_info); in hdd_stop_sap_go_adapter()9789 qdf_event_reset(&hostapd_state->qdf_stop_bss_event); in hdd_stop_sap_go_adapter()9792 status = qdf_wait_single_event(&hostapd_state->qdf_stop_bss_event, in hdd_stop_sap_go_adapter()18459 struct hdd_hostapd_state *hostapd_state; in wlan_hdd_stop_sap() local18476 hostapd_state = in wlan_hdd_stop_sap()18479 qdf_event_reset(&hostapd_state->qdf_stop_bss_event); in wlan_hdd_stop_sap()18482 qdf_status = qdf_wait_single_event(&hostapd_state-> in wlan_hdd_stop_sap()18604 struct hdd_hostapd_state *hostapd_state; in wlan_hdd_start_sap() local18617 hostapd_state = WLAN_HDD_GET_HOSTAP_STATE_PTR(link_info); in wlan_hdd_start_sap()[all …]
23716 struct hdd_hostapd_state *hostapd_state = in wlan_hdd_add_key_sap() local23733 if (hostapd_state->bss_state == BSS_START) { in wlan_hdd_add_key_sap()27039 struct hdd_hostapd_state *hostapd_state; in __wlan_hdd_cfg80211_set_mac_acl() local27063 hostapd_state = WLAN_HDD_GET_HOSTAP_STATE_PTR(adapter->deflink); in __wlan_hdd_cfg80211_set_mac_acl()27065 if (!hostapd_state) { in __wlan_hdd_cfg80211_set_mac_acl()27486 struct hdd_hostapd_state *hostapd_state; in __wlan_hdd_cfg80211_channel_switch() local27515 hostapd_state = WLAN_HDD_GET_HOSTAP_STATE_PTR(adapter->deflink); in __wlan_hdd_cfg80211_channel_switch()27516 qdf_event_reset(&hostapd_state->qdf_event); in __wlan_hdd_cfg80211_channel_switch()27528 status = qdf_wait_for_event_completion(&hostapd_state->qdf_event, in __wlan_hdd_cfg80211_channel_switch()
897 struct hdd_hostapd_state hostapd_state; member1504 (&(WLAN_HDD_GET_AP_CTX_PTR((link_info))->hostapd_state))