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) {
77 if (hapd->sta_list == sta) {
78 hapd->sta_list = sta->next;
82 tmp = hapd->sta_list;
257 sta = hapd->sta_list;
512 sta->next = hapd->sta_list;
513 hapd->sta_list = sta;
hostapd.h 79 int num_sta; /* number of entries in sta_list */
80 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 559 for (sta = hapd->sta_list; sta; sta = sta->next) {
569 for (sta = hapd->sta_list; sta; sta = sta->next) {
580 for (sta = hapd->sta_list; sta; sta = sta->next) {
    [all...]
wpa_auth_glue.c 293 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 147 milliseconds