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

  /external/wpa_supplicant_8/src/ap/
tkip_countermeasures.c 47 for (sta = hapd->sta_list; sta != NULL; sta = sta->next) {
ctrl_iface_ap.c 66 return hostapd_ctrl_iface_sta_mib(hapd, hapd->sta_list, buf, buflen);
sta_info.c 50 for (sta = hapd->sta_list; sta; sta = sta->next) {
74 if (hapd->sta_list == sta) {
75 hapd->sta_list = sta->next;
79 tmp = hapd->sta_list;
235 sta = hapd->sta_list;
461 sta->next = hapd->sta_list;
462 hapd->sta_list = sta;
hostapd.h 58 int num_sta; /* number of entries in sta_list */
59 struct sta_info *sta_list; /* STA info list head */ member in struct:hostapd_data
wpa_auth_glue.c 265 for (sta = hapd->sta_list; sta; sta = sta->next) {
wps_hostapd.c     [all...]
  /external/wpa_supplicant_8/hostapd/
dump_state.c 100 for (sta = hapd->sta_list; sta != NULL; sta = sta->next) {
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c     [all...]

Completed in 195 milliseconds