HomeSort by relevance Sort by last modified time
    Searched refs:WLAN_STA_AUTH (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_8/src/ap/
tkip_countermeasures.c 51 if (sta->flags & WLAN_STA_AUTH) {
sta_info.c 372 if (sta->flags & WLAN_STA_AUTH) {
566 if (!(sta->flags & WLAN_STA_AUTH)) {
771 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC |
825 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC | WLAN_STA_ASSOC_REQ_OK);
    [all...]
sta_info.h 23 #define WLAN_STA_AUTH BIT(0)
ieee802_11.c 267 sta->flags |= WLAN_STA_AUTH;
349 sta->flags |= WLAN_STA_AUTH;
587 sta->flags |= WLAN_STA_AUTH;
    [all...]
drv_callbacks.c 76 sta->flags |= WLAN_STA_AUTH | WLAN_STA_ASSOC;
538 sta->flags |= WLAN_STA_AUTH | WLAN_STA_ASSOC;
606 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC);
858 sta->flags |= WLAN_STA_AUTH;
873 sta->flags |= WLAN_STA_AUTH;
    [all...]
ap_drv_ops.c 37 if (flags & WLAN_STA_AUTH)
ieee802_1x.c 922 if (sta && (sta->flags & WLAN_STA_AUTH)) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mesh_mpm.c 613 sta->flags |= WLAN_STA_AUTH;
    [all...]

Completed in 318 milliseconds