Home
last modified time | relevance | path

Searched refs:hostapd_state (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_hostapd.c378 struct hdd_hostapd_state *hostapd_state = in hdd_hostapd_channel_allow_suspend() local
384 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() local
434 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() local
2195 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 …]
Dwlan_hdd_regulatory.c1752 struct hdd_hostapd_state *hostapd_state = NULL; in hdd_restart_sap_with_new_phymode() local
1756 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()
Dwlan_hdd_tx_rx.c1650 struct hdd_hostapd_state *hostapd_state; in wlan_hdd_set_tx_flow_info() local
1680 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()
Dwlan_hdd_cm_connect.c642 struct hdd_hostapd_state *hostapd_state; in wlan_hdd_cm_handle_sap_sta_dfs_conc() local
782 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()
Dwlan_hdd_hostapd_wext.c2177 struct hdd_hostapd_state *hostapd_state = in __iw_softap_stopbss() local
2180 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()
Dwlan_hdd_main.c9744 struct hdd_hostapd_state *hostapd_state; in hdd_stop_sap_go_adapter() local
9788 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() local
18476 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() local
18617 hostapd_state = WLAN_HDD_GET_HOSTAP_STATE_PTR(link_info); in wlan_hdd_start_sap()
[all …]
Dwlan_hdd_cfg80211.c23716 struct hdd_hostapd_state *hostapd_state = in wlan_hdd_add_key_sap() local
23733 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() local
27063 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() local
27515 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()
/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_main.h897 struct hdd_hostapd_state hostapd_state; member
1504 (&(WLAN_HDD_GET_AP_CTX_PTR((link_info))->hostapd_state))