Home
last modified time | relevance | path

Searched refs:WLC_E_SET_SSID (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wireless/bcmdhd/
Dbcmevent.c37 { WLC_E_SET_SSID, "SET_SSID" },
Ddhd_common.c533 if (!(event == WLC_E_SET_SSID && status == WLC_E_STATUS_FAIL && in dhd_store_conn_status()
905 case WLC_E_SET_SSID: in wl_show_host_event()
Dwl_iw.c3087 {WLC_E_SET_SSID, WLC_E_STATUS_SUCCESS, WL_IW_DONT_CARE,
3089 {WLC_E_SET_SSID, WLC_E_STATUS_NO_NETWORKS, WL_IW_DONT_CARE,
3091 {WLC_E_SET_SSID, WLC_E_STATUS_FAIL, WL_IW_DONT_CARE,
Dwl_cfg80211.c6936 if (event == WLC_E_SET_SSID) {
6982 if (event == WLC_E_SET_SSID && status != WLC_E_STATUS_SUCCESS)
7224 else if (event == WLC_E_SET_SSID && status == WLC_E_STATUS_NO_NETWORKS) {
8235 wl->evt_handler[WLC_E_SET_SSID] = wl_notify_connect_status;
Ddhd_linux.c4042 setbit(eventmask, WLC_E_SET_SSID);
/drivers/net/wireless/bcmdhd/common/include/proto/
Dbcmevent.h100 #define WLC_E_SET_SSID 0 /* indicates status of set SSID */ macro