Searched refs:nl80211_oper (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c8997 enum nl80211_tdls_operation nl80211_oper; local
9004 nl80211_oper = NL80211_TDLS_DISCOVERY_REQ;
9007 nl80211_oper = NL80211_TDLS_SETUP;
9010 nl80211_oper = NL80211_TDLS_TEARDOWN;
9013 nl80211_oper = NL80211_TDLS_ENABLE_LINK;
9016 nl80211_oper = NL80211_TDLS_DISABLE_LINK;
9031 NLA_PUT_U8(msg, NL80211_ATTR_TDLS_OPERATION, nl80211_oper);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c8997 enum nl80211_tdls_operation nl80211_oper; local
9004 nl80211_oper = NL80211_TDLS_DISCOVERY_REQ;
9007 nl80211_oper = NL80211_TDLS_SETUP;
9010 nl80211_oper = NL80211_TDLS_TEARDOWN;
9013 nl80211_oper = NL80211_TDLS_ENABLE_LINK;
9016 nl80211_oper = NL80211_TDLS_DISABLE_LINK;
9031 NLA_PUT_U8(msg, NL80211_ATTR_TDLS_OPERATION, nl80211_oper);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c8997 enum nl80211_tdls_operation nl80211_oper; local
9004 nl80211_oper = NL80211_TDLS_DISCOVERY_REQ;
9007 nl80211_oper = NL80211_TDLS_SETUP;
9010 nl80211_oper = NL80211_TDLS_TEARDOWN;
9013 nl80211_oper = NL80211_TDLS_ENABLE_LINK;
9016 nl80211_oper = NL80211_TDLS_DISABLE_LINK;
9031 NLA_PUT_U8(msg, NL80211_ATTR_TDLS_OPERATION, nl80211_oper);

Completed in 52 milliseconds