HomeSort by relevance Sort by last modified time
    Searched refs:nlmode (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.h 125 enum nl80211_iftype nlmode; member in struct:wpa_driver_nl80211_data
240 int is_ap_interface(enum nl80211_iftype nlmode);
241 int is_sta_interface(enum nl80211_iftype nlmode);
249 enum nl80211_iftype nlmode);
driver_nl80211.c 233 int is_ap_interface(enum nl80211_iftype nlmode)
235 return nlmode == NL80211_IFTYPE_AP ||
236 nlmode == NL80211_IFTYPE_P2P_GO;
240 int is_sta_interface(enum nl80211_iftype nlmode)
242 return nlmode == NL80211_IFTYPE_STATION ||
243 nlmode == NL80211_IFTYPE_P2P_CLIENT;
247 static int is_p2p_net_interface(enum nl80211_iftype nlmode)
249 return nlmode == NL80211_IFTYPE_P2P_CLIENT ||
250 nlmode == NL80211_IFTYPE_P2P_GO;
268 static int is_mesh_interface(enum nl80211_iftype nlmode)
523 enum nl80211_iftype nlmode; member in struct:wiphy_idx_data
2329 enum nl80211_iftype nlmode; local
2403 enum nl80211_iftype nlmode; local
3135 enum nl80211_iftype nlmode; local
4878 enum nl80211_iftype nlmode, old_mode; local
5395 enum nl80211_iftype nlmode = params->p2p ? local
6555 enum nl80211_iftype nlmode; local
7177 enum nl80211_iftype nlmode = nl80211_get_ifmode(bss); local
9758 enum nl80211_iftype nlmode; local
    [all...]
driver_nl80211_scan.c 355 if (drv->hostapd && is_ap_interface(drv->nlmode)) {
356 enum nl80211_iftype old_mode = drv->nlmode;
843 if (is_sta_interface(drv->nlmode) && !drv->associated) {
847 } else if (is_sta_interface(drv->nlmode) &&
    [all...]
driver_nl80211_event.c 650 if (!is_ap_interface(drv->nlmode)) {
    [all...]

Completed in 6307 milliseconds