Home
last modified time | relevance | path

Searched refs:WLAN_CAPABILITY_IBSS (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/common/
Dieee802_11_defs.h84 #define WLAN_CAPABILITY_IBSS BIT(1) macro
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h84 #define WLAN_CAPABILITY_IBSS BIT(1) macro
/external/wpa_supplicant_6/wpa_supplicant/
Dmlme.c2268 bss->capability = host_to_le16(WLAN_CAPABILITY_IBSS);
2310 || !(bss->capability & WLAN_CAPABILITY_IBSS)) in ieee80211_sta_find_ibss()