Searched refs:nl80211_oper (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211.c | 8502 enum nl80211_tdls_operation nl80211_oper; in nl80211_tdls_oper() local 8510 nl80211_oper = NL80211_TDLS_DISCOVERY_REQ; in nl80211_tdls_oper() 8513 nl80211_oper = NL80211_TDLS_SETUP; in nl80211_tdls_oper() 8516 nl80211_oper = NL80211_TDLS_TEARDOWN; in nl80211_tdls_oper() 8519 nl80211_oper = NL80211_TDLS_ENABLE_LINK; in nl80211_tdls_oper() 8522 nl80211_oper = NL80211_TDLS_DISABLE_LINK; in nl80211_tdls_oper() 8533 nla_put_u8(msg, NL80211_ATTR_TDLS_OPERATION, nl80211_oper) || in nl80211_tdls_oper() 8541 " --> res=%d (%s)", nl80211_oper, MAC2STR(peer), res, in nl80211_tdls_oper()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211.c | 9815 enum nl80211_tdls_operation nl80211_oper; local 9823 nl80211_oper = NL80211_TDLS_DISCOVERY_REQ; 9826 nl80211_oper = NL80211_TDLS_SETUP; 9829 nl80211_oper = NL80211_TDLS_TEARDOWN; 9832 nl80211_oper = NL80211_TDLS_ENABLE_LINK; 9835 nl80211_oper = NL80211_TDLS_DISABLE_LINK; 9846 nla_put_u8(msg, NL80211_ATTR_TDLS_OPERATION, nl80211_oper) || 9854 " --> res=%d (%s)", nl80211_oper, MAC2STR_SEC(peer), res,
|
Completed in 29 milliseconds