Searched defs:nlmode (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c285 enum nl80211_iftype nlmode; member in struct:wpa_driver_nl80211_data
351 enum nl80211_iftype nlmode);
561 static int is_ap_interface(enum nl80211_iftype nlmode) argument
563 return nlmode == NL80211_IFTYPE_AP ||
564 nlmode == NL80211_IFTYPE_P2P_GO;
568 static int is_sta_interface(enum nl80211_iftype nlmode) argument
570 return nlmode == NL80211_IFTYPE_STATION ||
571 nlmode == NL80211_IFTYPE_P2P_CLIENT;
575 static int is_p2p_net_interface(enum nl80211_iftype nlmode) argument
577 return nlmode
778 enum nl80211_iftype nlmode; member in struct:wiphy_idx_data
4737 enum nl80211_iftype nlmode; local
4756 enum nl80211_iftype nlmode; local
6102 enum nl80211_iftype nlmode; local
8532 enum nl80211_iftype nlmode, old_mode; local
8966 enum nl80211_iftype nlmode = params->p2p ? local
9044 wpa_driver_nl80211_set_mode_impl( struct i802_bss *bss, enum nl80211_iftype nlmode, struct hostapd_freq_params *desired_freq_params) argument
9194 wpa_driver_nl80211_set_mode(struct i802_bss *bss, enum nl80211_iftype nlmode) argument
10117 enum nl80211_iftype nlmode; local
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c285 enum nl80211_iftype nlmode; member in struct:wpa_driver_nl80211_data
351 enum nl80211_iftype nlmode);
561 static int is_ap_interface(enum nl80211_iftype nlmode) argument
563 return nlmode == NL80211_IFTYPE_AP ||
564 nlmode == NL80211_IFTYPE_P2P_GO;
568 static int is_sta_interface(enum nl80211_iftype nlmode) argument
570 return nlmode == NL80211_IFTYPE_STATION ||
571 nlmode == NL80211_IFTYPE_P2P_CLIENT;
575 static int is_p2p_net_interface(enum nl80211_iftype nlmode) argument
577 return nlmode
778 enum nl80211_iftype nlmode; member in struct:wiphy_idx_data
4737 enum nl80211_iftype nlmode; local
4756 enum nl80211_iftype nlmode; local
6102 enum nl80211_iftype nlmode; local
8532 enum nl80211_iftype nlmode, old_mode; local
8966 enum nl80211_iftype nlmode = params->p2p ? local
9044 wpa_driver_nl80211_set_mode_impl( struct i802_bss *bss, enum nl80211_iftype nlmode, struct hostapd_freq_params *desired_freq_params) argument
9194 wpa_driver_nl80211_set_mode(struct i802_bss *bss, enum nl80211_iftype nlmode) argument
10117 enum nl80211_iftype nlmode; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c285 enum nl80211_iftype nlmode; member in struct:wpa_driver_nl80211_data
351 enum nl80211_iftype nlmode);
561 static int is_ap_interface(enum nl80211_iftype nlmode) argument
563 return nlmode == NL80211_IFTYPE_AP ||
564 nlmode == NL80211_IFTYPE_P2P_GO;
568 static int is_sta_interface(enum nl80211_iftype nlmode) argument
570 return nlmode == NL80211_IFTYPE_STATION ||
571 nlmode == NL80211_IFTYPE_P2P_CLIENT;
575 static int is_p2p_net_interface(enum nl80211_iftype nlmode) argument
577 return nlmode
778 enum nl80211_iftype nlmode; member in struct:wiphy_idx_data
4737 enum nl80211_iftype nlmode; local
4756 enum nl80211_iftype nlmode; local
6102 enum nl80211_iftype nlmode; local
8532 enum nl80211_iftype nlmode, old_mode; local
8966 enum nl80211_iftype nlmode = params->p2p ? local
9044 wpa_driver_nl80211_set_mode_impl( struct i802_bss *bss, enum nl80211_iftype nlmode, struct hostapd_freq_params *desired_freq_params) argument
9194 wpa_driver_nl80211_set_mode(struct i802_bss *bss, enum nl80211_iftype nlmode) argument
10117 enum nl80211_iftype nlmode; local
[all...]

Completed in 65 milliseconds