Home
last modified time | relevance | path

Searched refs:NL80211_CMD_CONNECT (Results 1 – 10 of 10) sorted by relevance

/external/iw/
Dconnect.c79 NL80211_CMD_CONNECT, in iw_connect()
147 HIDDEN(connect, establish, "", NL80211_CMD_CONNECT, 0, CIB_NETDEV, iw_conn);
Dnl80211.h886 NL80211_CMD_CONNECT, enumerator
2149 #define NL80211_CMD_CONNECT NL80211_CMD_CONNECT macro
Dutil.c198 [NL80211_CMD_CONNECT] = "connect",
Devent.c499 case NL80211_CMD_CONNECT: in print_event()
/external/wpa_supplicant_8/src/drivers/
Dnl80211_copy.h1140 NL80211_CMD_CONNECT, enumerator
2779 #define NL80211_CMD_CONNECT NL80211_CMD_CONNECT macro
Ddriver_nl80211_event.c73 C2S(NL80211_CMD_CONNECT) in nl80211_command_to_string()
323 if (cmd == NL80211_CMD_CONNECT) { in mlme_event_connect()
332 if (cmd == NL80211_CMD_CONNECT && status_code != WLAN_STATUS_SUCCESS) { in mlme_event_connect()
2495 case NL80211_CMD_CONNECT: in do_process_drv_event()
Ddriver_nl80211_capa.c231 case NL80211_CMD_CONNECT: in wiphy_info_supp_cmds()
Ddriver_nl80211.c5700 msg = nl80211_drv_msg(drv, 0, NL80211_CMD_CONNECT); in wpa_driver_nl80211_try_connect()
/external/kernel-headers/original/uapi/linux/
Dnl80211.h1140 NL80211_CMD_CONNECT, enumerator
2768 #define NL80211_CMD_CONNECT NL80211_CMD_CONNECT macro
/external/libnl/python/examples/
Dnl80211.py56 NL80211_CMD_CONNECT = 46 variable
799 NL80211_CMD_CONNECT: "NL80211_CMD_CONNECT",