/external/wpa_supplicant_8/src/ap/ |
ap_mlme.c | 2 * hostapd / IEEE 802.11 MLME 44 * MLME calls this function as a result of the establishment of an 57 "MLME-AUTHENTICATE.indication(" MACSTR ", %s)", 71 * MLME calls this function as a result of the invalidation of an 81 "MLME-DEAUTHENTICATE.indication(" MACSTR ", %d)", 93 * MLME calls this function as a result of the establishment of an 103 "MLME-ASSOCIATE.indication(" MACSTR ")", 116 * MLME calls this function as a result of the establishment of an 129 "MLME-REASSOCIATE.indication(" MACSTR ")", 143 * MLME calls this function as a result of the invalidation of an associatio [all...] |
ap_mlme.h | 2 * hostapd / IEEE 802.11 MLME
|
tkip_countermeasures.c | 85 "MLME-MICHAELMICFAILURE.indication "
|
wnm_ap.c | 43 /* MLME-SLEEPMODE.response */ 93 wpa_printf(MSG_DEBUG, "MLME: Failed to allocate buffer for "
|
ieee802_11_shared.c | 48 /* MLME-SAQuery.request */ 136 /* MLME-SAQuery.confirm */
|
/external/wpa_supplicant_8/src/drivers/ |
driver_madwifi.c | 358 struct ieee80211req_mlme mlme; local 365 mlme.im_op = IEEE80211_MLME_AUTHORIZE; 367 mlme.im_op = IEEE80211_MLME_UNAUTHORIZE; 368 mlme.im_reason = 0; 369 memcpy(mlme.im_macaddr, addr, IEEE80211_ADDR_LEN); 370 ret = set80211priv(drv, IEEE80211_IOCTL_SETMLME, &mlme, sizeof(mlme)); 627 struct ieee80211req_mlme mlme; local 632 mlme.im_op = IEEE80211_MLME_CLEAR_STATS; 633 memcpy(mlme.im_macaddr, addr, IEEE80211_ADDR_LEN) 663 struct ieee80211req_mlme mlme; local 687 struct ieee80211req_mlme mlme; local [all...] |
driver_atheros.c | 390 struct ieee80211req_mlme mlme; local 397 mlme.im_op = IEEE80211_MLME_AUTHORIZE; 399 mlme.im_op = IEEE80211_MLME_UNAUTHORIZE; 400 mlme.im_reason = 0; 401 memcpy(mlme.im_macaddr, addr, IEEE80211_ADDR_LEN); 402 ret = set80211priv(drv, IEEE80211_IOCTL_SETMLME, &mlme, sizeof(mlme)); 617 struct ieee80211req_mlme mlme; local 622 mlme.im_op = IEEE80211_MLME_CLEAR_STATS; 623 memcpy(mlme.im_macaddr, addr, IEEE80211_ADDR_LEN) 691 struct ieee80211req_mlme mlme; local 715 struct ieee80211req_mlme mlme; local 1064 struct ieee80211req_mlme mlme; local 1101 struct ieee80211req_mlme mlme; local [all...] |
driver_bsd.c | 245 struct ieee80211req_mlme mlme; local 247 os_memset(&mlme, 0, sizeof(mlme)); 248 mlme.im_op = op; 249 mlme.im_reason = reason; 250 os_memcpy(mlme.im_macaddr, addr, IEEE80211_ADDR_LEN); 251 return set80211var(priv, IEEE80211_IOC_MLME, &mlme, sizeof(mlme)); 1003 struct ieee80211req_mlme mlme; local 1070 os_memset(&mlme, 0, sizeof(mlme)) [all...] |
driver_hostap.h | 192 } mlme; member in union:prism2_hostapd_param::__anon18461
|
driver_wext.c | 243 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { 1848 struct iw_mlme mlme; local [all...] |
nl80211_copy.h | 331 * as an event on the "mlme" multicast group indicating completion of the 343 * frame in station and IBSS modes when the local MLME processed the 345 * state. This is similar to MLME-AUTHENTICATE.confirm primitive in the 346 * MLME SAP interface (kernel providing MLME, userspace SME). The 355 * (similar to MLME-ASSOCIATE.request, MLME-REASSOCIATE.request, 356 * MLME-ASSOCIATE.confirm or MLME-REASSOCIATE.confirm primitives). 359 * MLME-DEAUTHENTICATION.request and MLME-DEAUTHENTICATE.indicatio [all...] |
driver_hostap.c | 791 if (strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { 797 "MLME-MICHAELMICFAILURE.indication " 811 "MLME-MICHAELMICFAILURE.indication "
|
driver_test.c | 348 wpa_printf(MSG_DEBUG, "test_driver(%s): MLME TX on freq %d MHz", 350 os_snprintf(cmd, sizeof(cmd), "MLME freq=%d ", freq); 433 wpa_printf(MSG_DEBUG, "%s: Send broadcast MLME to %s", 769 wpa_printf(MSG_DEBUG, "test_driver(%s): MLME RX on " 783 wpa_printf(MSG_DEBUG, "test_driver(%s): Ignore MLME RX on " 851 } else if (strncmp(buf, "MLME ", 5) == 0) { [all...] |
driver.h | 861 /* Driver expects user space implementation of MLME in AP mode */ [all...] |
/external/wpa_supplicant_8/wpa_supplicant/utils/ |
log2pcap.py | 36 frame_re = re.compile(r'(([0-9]+.[0-9]{6}):\s*)?nl80211: MLME event frame - hexdump\(len=[0-9]*\):((\s*[0-9a-fA-F]{2})*)')
|
/hardware/ti/wlan/mac80211/ti-utils/ |
nl80211.h | 197 * as an event on the "mlme" multicast group indicating completion of the 209 * frame in station and IBSS modes when the local MLME processed the 211 * state. This is similar to MLME-AUTHENTICATE.confirm primitive in the 212 * MLME SAP interface (kernel providing MLME, userspace SME). The 221 * (similar to MLME-ASSOCIATE.request, MLME-REASSOCIATE.request, 222 * MLME-ASSOCIATE.confirm or MLME-REASSOCIATE.confirm primitives). 225 * MLME-DEAUTHENTICATION.request and MLME-DEAUTHENTICATE.indicatio [all...] |
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/ |
nl80211.h | 236 * as an event on the "mlme" multicast group indicating completion of the 248 * frame in station and IBSS modes when the local MLME processed the 250 * state. This is similar to MLME-AUTHENTICATE.confirm primitive in the 251 * MLME SAP interface (kernel providing MLME, userspace SME). The 260 * (similar to MLME-ASSOCIATE.request, MLME-REASSOCIATE.request, 261 * MLME-ASSOCIATE.confirm or MLME-REASSOCIATE.confirm primitives). 264 * MLME-DEAUTHENTICATION.request and MLME-DEAUTHENTICATE.indicatio [all...] |
driver_mac80211.c | 128 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { 1423 struct iw_mlme mlme; local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
wnm_sta.c | 42 /* MLME-SLEEPMODE.request */ 101 wpa_printf(MSG_DEBUG, "MLME: Failed to allocate buffer for "
|
/external/kernel-headers/original/linux/ |
wireless.h | 295 /* WPA : IEEE 802.11 MLME requests */ 296 #define SIOCSIWMLME 0x8B16 /* request MLME operation; uses 530 /* MLME requests (SIOCSIWMLME / struct iw_mlme) */ 747 * These are based on the MLME-SCAN.request from IEEE Std 802.11. [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
wireless.h | 307 /* WPA : IEEE 802.11 MLME requests */ 308 #define SIOCSIWMLME 0x8B16 /* request MLME operation; uses 555 /* MLME requests (SIOCSIWMLME / struct iw_mlme) */ 774 * These are based on the MLME-SCAN.request from IEEE Std 802.11. [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
wireless.h | 307 /* WPA : IEEE 802.11 MLME requests */ 308 #define SIOCSIWMLME 0x8B16 /* request MLME operation; uses 555 /* MLME requests (SIOCSIWMLME / struct iw_mlme) */ 774 * These are based on the MLME-SCAN.request from IEEE Std 802.11. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
wireless.h | 307 /* WPA : IEEE 802.11 MLME requests */ 308 #define SIOCSIWMLME 0x8B16 /* request MLME operation; uses 555 /* MLME requests (SIOCSIWMLME / struct iw_mlme) */ 774 * These are based on the MLME-SCAN.request from IEEE Std 802.11. [all...] |
/external/wpa_supplicant_8/hostapd/ |
ChangeLog | 25 frames (only with drivers using hostapd SME/MLME) 78 * added FT support for drivers that implement MLME internally 79 * added SA Query support for drivers that implement MLME internally 234 driver wrappers that use hostapd MLME (e.g., nl80211) 381 MLME (driver_{hostap,nl80211,test}.c) [all...] |
main.c | 92 module_str = "MLME";
|