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)) {
sta_info.c 55 for (sta = hapd->sta_list; sta; sta = sta->next) {
80 for (sta = hapd->sta_list; sta; sta = sta->next) {
103 if (hapd->sta_list == sta) {
104 hapd->sta_list = sta->next;
108 tmp = hapd->sta_list;
322 sta = hapd->sta_list;
631 sta->next = hapd->sta_list;
632 hapd->sta_list = sta;
    [all...]
dhcp_snoop.c 150 for (sta = hapd->sta_list; sta; sta = sta->next) {
ndisc_snoop.c 88 for (sta = hapd->sta_list; sta; sta = sta->next) {
hostapd.h 116 int num_sta; /* number of entries in sta_list */
117 struct sta_info *sta_list; /* STA info list head */ member in struct:hostapd_data
hostapd.c 634 for (sta = hapd->sta_list; sta; sta = sta->next)
647 for (sta = hapd->sta_list; sta; sta = sta->next) {
663 for (sta = hapd->sta_list; sta; sta = sta->next) {
692 for (sta = hapd->sta_list; sta; sta = sta->next) {
723 for (sta = hapd->sta_list; sta; sta = sta->next) {
750 for (sta = hapd->sta_list; sta; sta = sta->next) {
788 for (sta = hapd->sta_list; sta; sta = sta->next) {
    [all...]
ctrl_iface_ap.c 170 return hostapd_ctrl_iface_sta_mib(hapd, hapd->sta_list, buf, buflen);
wpa_auth_glue.c 347 for (sta = hapd->sta_list; sta; sta = sta->next) {
wps_hostapd.c     [all...]
ieee802_11.c 412 for (sta = hapd->sta_list; sta; sta = sta->next) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mesh_mpm.c 174 for (sta = hapd->sta_list; sta; sta = sta->next) {
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 1298 for (sta = hapd->sta_list; sta; sta = sta->next) {
1310 for (sta = hapd->sta_list; sta; sta = sta->next) {
    [all...]

Completed in 106 milliseconds