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

  /external/wpa_supplicant_8/src/ap/
hostapd.h 119 u32 sta_aid[AID_WORDS]; member in struct:hostapd_data
ieee802_11.c 766 if (hapd->sta_aid[i] == (u32) -1)
769 if (!(hapd->sta_aid[i] & BIT(j)))
782 hapd->sta_aid[i] |= BIT(j);
    [all...]
sta_info.c 167 hapd->sta_aid[(sta->aid - 1) / 32] &=

Completed in 99 milliseconds