Home
last modified time | relevance | path

Searched refs:WLC_E_PFN_NET_FOUND (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/bcmdhd/
Dbcmevent.c70 { WLC_E_PFN_NET_FOUND, "PFNFOUND_IND" },
Ddhd_common.c958 case WLC_E_PFN_NET_FOUND: in wl_show_host_event()
1234 case WLC_E_PFN_NET_FOUND: in wl_host_event()
Ddhd_linux.c1927 if (event.event_type == WLC_E_PFN_NET_FOUND) {
4071 setbit(eventmask, WLC_E_PFN_NET_FOUND);
Dwl_cfg80211.c8245 wl->evt_handler[WLC_E_PFN_NET_FOUND] = wl_notify_pfn_status;
9695 if (event_type == WLC_E_PFN_NET_FOUND) {
/drivers/net/wireless/bcmdhd/common/include/proto/
Dbcmevent.h133 #define WLC_E_PFN_NET_FOUND 33 /* PFN network found event */ macro