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

  /external/wpa_supplicant_8/src/ap/
tkip_countermeasures.c 48 while ((sta = hapd->sta_list)) {
sta_info.c 54 for (sta = hapd->sta_list; sta; sta = sta->next) {
79 for (sta = hapd->sta_list; sta; sta = sta->next) {
102 if (hapd->sta_list == sta) {
103 hapd->sta_list = sta->next;
107 tmp = hapd->sta_list;
292 sta = hapd->sta_list;
593 sta->next = hapd->sta_list;
594 hapd->sta_list = sta;
hostapd.h 107 int num_sta; /* number of entries in sta_list */
108 struct sta_info *sta_list; /* STA info list head */ member in struct:hostapd_data
ctrl_iface_ap.c 153 return hostapd_ctrl_iface_sta_mib(hapd, hapd->sta_list, buf, buflen);
wpa_auth_glue.c 318 for (sta = hapd->sta_list; sta; sta = sta->next) {
hostapd.c 613 for (sta = hapd->sta_list; sta; sta = sta->next) {
623 for (sta = hapd->sta_list; sta; sta = sta->next) {
634 for (sta = hapd->sta_list; sta; sta = sta->next) {
    [all...]
wps_hostapd.c     [all...]
ieee802_11.c 382 for (sta = hapd->sta_list; sta; sta = sta->next) {
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 1087 for (sta = hapd->sta_list; sta; sta = sta->next) {
1099 for (sta = hapd->sta_list; sta; sta = sta->next) {
    [all...]

Completed in 48 milliseconds