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 117 enum nl80211_iftype nlmode; member in struct:wpa_driver_nl80211_data
227 int is_ap_interface(enum nl80211_iftype nlmode);
228 int is_sta_interface(enum nl80211_iftype nlmode);
236 enum nl80211_iftype nlmode);
driver_nl80211.c 226 int is_ap_interface(enum nl80211_iftype nlmode)
228 return nlmode == NL80211_IFTYPE_AP ||
229 nlmode == NL80211_IFTYPE_P2P_GO;
233 int is_sta_interface(enum nl80211_iftype nlmode)
235 return nlmode == NL80211_IFTYPE_STATION ||
236 nlmode == NL80211_IFTYPE_P2P_CLIENT;
240 static int is_p2p_net_interface(enum nl80211_iftype nlmode)
242 return nlmode == NL80211_IFTYPE_P2P_CLIENT ||
243 nlmode == NL80211_IFTYPE_P2P_GO;
261 static int is_mesh_interface(enum nl80211_iftype nlmode)
514 enum nl80211_iftype nlmode; member in struct:wiphy_idx_data
2216 enum nl80211_iftype nlmode; local
2290 enum nl80211_iftype nlmode; local
3014 enum nl80211_iftype nlmode; local
4523 enum nl80211_iftype nlmode, old_mode; local
5028 enum nl80211_iftype nlmode = params->p2p ? local
6162 enum nl80211_iftype nlmode; local
6776 enum nl80211_iftype nlmode = nl80211_get_ifmode(bss); local
    [all...]
driver_nl80211_scan.c 280 if (drv->hostapd && is_ap_interface(drv->nlmode)) {
281 enum nl80211_iftype old_mode = drv->nlmode;
771 if (is_sta_interface(drv->nlmode) &&
777 } else if (is_sta_interface(drv->nlmode) &&
driver_nl80211_event.c 600 if (!is_ap_interface(drv->nlmode)) {
    [all...]

Completed in 35 milliseconds