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 53 for (sta = hapd->sta_list; sta; sta = sta->next) {
78 for (sta = hapd->sta_list; sta; sta = sta->next) {
101 if (hapd->sta_list == sta) {
102 hapd->sta_list = sta->next;
106 tmp = hapd->sta_list;
281 sta = hapd->sta_list;
542 sta->next = hapd->sta_list;
543 hapd->sta_list = sta;
hostapd.h 106 int num_sta; /* number of entries in sta_list */
107 struct sta_info *sta_list; /* STA info list head */ member in struct:hostapd_data
ctrl_iface_ap.c 94 return hostapd_ctrl_iface_sta_mib(hapd, hapd->sta_list, buf, buflen);
hostapd.c 535 for (sta = hapd->sta_list; sta; sta = sta->next) {
545 for (sta = hapd->sta_list; sta; sta = sta->next) {
556 for (sta = hapd->sta_list; sta; sta = sta->next) {
    [all...]
wpa_auth_glue.c 299 for (sta = hapd->sta_list; sta; sta = sta->next) {
wps_hostapd.c     [all...]
ieee802_11.c 378 for (sta = hapd->sta_list; sta; sta = sta->next) {
    [all...]
  /external/wpa_supplicant_8/hostapd/
dump_state.c 102 for (sta = hapd->sta_list; sta != NULL; sta = sta->next) {

Completed in 53 milliseconds