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

  /external/wpa_supplicant_8/src/ap/
tkip_countermeasures.c 48 while ((sta = hapd->sta_list)) {
dhcp_snoop.c 129 for (sta = hapd->sta_list; sta; sta = sta->next) {
ndisc_snoop.c 89 for (sta = hapd->sta_list; sta; sta = sta->next) {
sta_info.c 60 for (sta = hapd->sta_list; sta; sta = sta->next) {
85 for (sta = hapd->sta_list; sta; sta = sta->next) {
108 if (hapd->sta_list == sta) {
109 hapd->sta_list = sta->next;
113 tmp = hapd->sta_list;
357 sta = hapd->sta_list;
671 sta->next = hapd->sta_list;
672 hapd->sta_list = sta;
    [all...]
hostapd.c 670 for (sta = hapd->sta_list; sta; sta = sta->next)
683 for (sta = hapd->sta_list; sta; sta = sta->next) {
699 for (sta = hapd->sta_list; sta; sta = sta->next) {
727 for (sta = hapd->sta_list; sta; sta = sta->next) {
758 for (sta = hapd->sta_list; sta; sta = sta->next) {
785 for (sta = hapd->sta_list; sta; sta = sta->next) {
823 for (sta = hapd->sta_list; sta; sta = sta->next) {
    [all...]
hostapd.h 129 int num_sta; /* number of entries in sta_list */
130 struct sta_info *sta_list; /* STA info list head */ member in struct:hostapd_data
ctrl_iface_ap.c 186 return hostapd_ctrl_iface_sta_mib(hapd, hapd->sta_list, buf, buflen);
wpa_auth_glue.c 365 for (sta = hapd->sta_list; sta; sta = sta->next) {
wps_hostapd.c     [all...]
ieee802_11.c 440 for (sta = hapd->sta_list; sta; sta = sta->next) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mesh_mpm.c 173 for (sta = hapd->sta_list; sta; sta = sta->next) {
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 1391 for (sta = hapd->sta_list; sta; sta = sta->next) {
1404 for (sta = hapd->sta_list; sta; sta = sta->next) {
    [all...]

Completed in 662 milliseconds