/external/wpa_supplicant_8/wpa_supplicant/ |
mlme.c | 2 * WPA Supplicant - Client mode MLME 28 #include "mlme.h" 110 for (i = 0; i < wpa_s->mlme.num_modes; i++) { 111 mode = &wpa_s->mlme.modes[i]; 113 wpa_s->mlme.curr_rates = mode->rates; 114 wpa_s->mlme.num_curr_rates = mode->num_rates; 145 if (count == wpa_s->mlme.wmm_last_param_set) 147 wpa_s->mlme.wmm_last_param_set = count; 183 wpa_printf(MSG_DEBUG, "MLME: WMM aci=%d acm=%d aifs=%d " 193 if (wpa_s->mlme.associated == assoc && !assoc [all...] |
mlme.h | 2 * WPA Supplicant - Client mode MLME
|
/external/wpa_supplicant_6/wpa_supplicant/ |
mlme.c | 2 * WPA Supplicant - Client mode MLME 27 #include "mlme.h" 106 for (i = 0; i < wpa_s->mlme.num_modes; i++) { 107 mode = &wpa_s->mlme.modes[i]; 109 wpa_s->mlme.curr_rates = mode->rates; 110 wpa_s->mlme.num_curr_rates = mode->num_rates; 143 if (count == wpa_s->mlme.wmm_last_param_set) 145 wpa_s->mlme.wmm_last_param_set = count; 177 wpa_s->mlme.wmm_acm |= BIT(0) | BIT(3); 186 wpa_printf(MSG_DEBUG, "MLME: WMM queue=%d aci=%d acm=%d [all...] |
mlme.h | 2 * WPA Supplicant - Client mode MLME
|
/external/wpa_supplicant/ |
mlme.c | 2 * WPA Supplicant - Client mode MLME 28 #include "mlme.h" 366 wpa_printf(MSG_MSGDUMP, "MLME: IEEE 802.11 element " 439 wpa_printf(MSG_MSGDUMP "MLME: IEEE 802.11 element " 465 for (i = 0; i < wpa_s->mlme.num_modes; i++) { 466 mode = &wpa_s->mlme.modes[i]; 468 wpa_s->mlme.curr_rates = mode->rates; 469 wpa_s->mlme.num_curr_rates = mode->num_rates; 502 if (count == wpa_s->mlme.wmm_last_param_set) 504 wpa_s->mlme.wmm_last_param_set = count [all...] |
driver_madwifi.c | 309 struct ieee80211req_mlme mlme; local 312 mlme.im_op = IEEE80211_MLME_DEAUTH; 313 mlme.im_reason = reason_code; 314 os_memcpy(mlme.im_macaddr, addr, IEEE80211_ADDR_LEN); 315 return set80211priv(drv, IEEE80211_IOCTL_SETMLME, &mlme, sizeof(mlme), 1); 322 struct ieee80211req_mlme mlme; local 325 mlme.im_op = IEEE80211_MLME_DISASSOC; 326 mlme.im_reason = reason_code; 327 os_memcpy(mlme.im_macaddr, addr, IEEE80211_ADDR_LEN) 336 struct ieee80211req_mlme mlme; local [all...] |
driver_bsd.c | 341 struct ieee80211req_mlme mlme; local 344 os_memset(&mlme, 0, sizeof(mlme)); 345 mlme.im_op = IEEE80211_MLME_DEAUTH; 346 mlme.im_reason = reason_code; 347 os_memcpy(mlme.im_macaddr, addr, IEEE80211_ADDR_LEN); 348 return set80211var(drv, IEEE80211_IOC_MLME, &mlme, sizeof(mlme)); 355 struct ieee80211req_mlme mlme; local 358 os_memset(&mlme, 0, sizeof(mlme)) 369 struct ieee80211req_mlme mlme; local [all...] |
mlme.h | 2 * WPA Supplicant - Client mode MLME
|
driver.h | 645 * mlme_setprotection - MLME-SETPROTECTION.request primitive 656 * (MLME-SETPROTECTION.request). Many drivers do not use explicit 671 * This function is only needed for drivers that export MLME 686 * This function is only needed for drivers that export MLME 699 * This function is only needed for drivers that export MLME 710 * This function is only needed for drivers that export MLME 716 * send_mlme - Send management frame from MLME 722 * This function is only needed for drivers that export MLME 736 * This function is only needed for drivers that export MLME 737 * (management frame processing) to wpa_supplicant. When the MLME cod [all...] |
driver_hostap.h | 135 } mlme; member in union:prism2_hostapd_param::__anon13865
|
driver_wext.c | 53 #include "mlme.h" 351 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { 1800 struct iw_mlme mlme; local [all...] |
driver_atmel.c | 94 }mlme; member in struct:atmel_param 298 param.mlme.reason_code = reason_code; 299 param.mlme.state = mgmt_error;
|
driver_ipw.c | 82 } mlme; member in union:ipw_param::__anon13874 194 param.u.mlme.command = cmd; 195 param.u.mlme.reason_code = reason;
|
/external/wpa_supplicant_8/src/ap/ |
ap_mlme.c | 2 * hostapd / IEEE 802.11 MLME 50 * MLME calls this function as a result of the establishment of an 63 "MLME-AUTHENTICATE.indication(" MACSTR ", %s)", 77 * MLME calls this function as a result of the invalidation of an 87 "MLME-DEAUTHENTICATE.indication(" MACSTR ", %d)", 99 * MLME calls this function as a result of the establishment of an 109 "MLME-ASSOCIATE.indication(" MACSTR ")", 122 * MLME calls this function as a result of the establishment of an 135 "MLME-REASSOCIATE.indication(" MACSTR ")", 149 * 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 | 78 "MLME-MICHAELMICFAILURE.indication "
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_madwifi.c | 319 struct ieee80211req_mlme mlme; local 322 mlme.im_op = IEEE80211_MLME_DEAUTH; 323 mlme.im_reason = reason_code; 324 os_memcpy(mlme.im_macaddr, addr, IEEE80211_ADDR_LEN); 325 return set80211priv(drv, IEEE80211_IOCTL_SETMLME, &mlme, sizeof(mlme), 1); 332 struct ieee80211req_mlme mlme; local 335 mlme.im_op = IEEE80211_MLME_DISASSOC; 336 mlme.im_reason = reason_code; 337 os_memcpy(mlme.im_macaddr, addr, IEEE80211_ADDR_LEN) 346 struct ieee80211req_mlme mlme; local [all...] |
driver_bsd.c | 345 struct ieee80211req_mlme mlme; local 348 os_memset(&mlme, 0, sizeof(mlme)); 349 mlme.im_op = IEEE80211_MLME_DEAUTH; 350 mlme.im_reason = reason_code; 351 os_memcpy(mlme.im_macaddr, addr, IEEE80211_ADDR_LEN); 352 return set80211var(drv, IEEE80211_IOC_MLME, &mlme, sizeof(mlme)); 359 struct ieee80211req_mlme mlme; local 362 os_memset(&mlme, 0, sizeof(mlme)) 373 struct ieee80211req_mlme mlme; local [all...] |
driver_hostap.h | 135 } mlme; member in union:prism2_hostapd_param::__anon14033
|
driver.h | 807 * mlme_setprotection - MLME-SETPROTECTION.request primitive 818 * (MLME-SETPROTECTION.request). Many drivers do not use explicit 833 * This function is only needed for drivers that export MLME 848 * This function is only needed for drivers that export MLME 861 * This function is only needed for drivers that export MLME 872 * This function is only needed for drivers that export MLME 878 * send_mlme - Send management frame from MLME 884 * This function is only needed for drivers that export MLME 898 * This function is only needed for drivers that export MLME 899 * (management frame processing) to wpa_supplicant. When the MLME cod [all...] |
driver_atmel.c | 93 }mlme; member in struct:atmel_param 297 param.mlme.reason_code = reason_code; 298 param.mlme.state = mgmt_error;
|
/external/wpa_supplicant_8/src/drivers/ |
driver_madwifi.c | 366 struct ieee80211req_mlme mlme; local 373 mlme.im_op = IEEE80211_MLME_AUTHORIZE; 375 mlme.im_op = IEEE80211_MLME_UNAUTHORIZE; 376 mlme.im_reason = 0; 377 memcpy(mlme.im_macaddr, addr, IEEE80211_ADDR_LEN); 378 ret = set80211priv(drv, IEEE80211_IOCTL_SETMLME, &mlme, sizeof(mlme)); 635 struct ieee80211req_mlme mlme; local 640 mlme.im_op = IEEE80211_MLME_CLEAR_STATS; 641 memcpy(mlme.im_macaddr, addr, IEEE80211_ADDR_LEN) 671 struct ieee80211req_mlme mlme; local 695 struct ieee80211req_mlme mlme; local 1543 struct ieee80211req_mlme mlme; local 1556 struct ieee80211req_mlme mlme; local 1570 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) 686 struct ieee80211req_mlme mlme; local 710 struct ieee80211req_mlme mlme; local [all...] |
driver_bsd.c | 251 struct ieee80211req_mlme mlme; local 253 os_memset(&mlme, 0, sizeof(mlme)); 254 mlme.im_op = op; 255 mlme.im_reason = reason; 256 os_memcpy(mlme.im_macaddr, addr, IEEE80211_ADDR_LEN); 257 return set80211var(priv, IEEE80211_IOC_MLME, &mlme, sizeof(mlme)); 1016 struct ieee80211req_mlme mlme; local 1083 os_memset(&mlme, 0, sizeof(mlme)) [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
nl80211_copy.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...] |