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

  /external/wpa_supplicant_8/wpa_supplicant/tests/
link_test.c 21 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) function
  /external/wpa_supplicant_8/src/ap/
tkip_countermeasures.c 75 struct sta_info *sta = ap_get_sta(hapd, addr);
utils.c 58 osta = ap_get_sta(ohapd, data->addr);
ctrl_iface_ap.c 110 return hostapd_ctrl_iface_sta_mib(hapd, ap_get_sta(hapd, addr),
123 (sta = ap_get_sta(hapd, addr)) == NULL) {
237 sta = ap_get_sta(hapd, addr);
298 sta = ap_get_sta(hapd, addr);
wpa_auth_glue.c 127 struct sta_info *sta = ap_get_sta(hapd, addr);
169 struct sta_info *sta = ap_get_sta(hapd, addr);
187 struct sta_info *sta = ap_get_sta(hapd, addr);
226 sta = ap_get_sta(hapd, addr);
277 sta = ap_get_sta(hapd, addr);
431 sta = ap_get_sta(hapd, dst);
drv_callbacks.c 86 sta = ap_get_sta(hapd, addr);
338 sta = ap_get_sta(hapd, addr);
356 struct sta_info *sta = ap_get_sta(hapd, addr);
447 sta = ap_get_sta(hapd, dst);
468 sta = ap_get_sta(hapd, rx_auth->peer);
511 sta = ap_get_sta(hapd, action->sa);
678 struct sta_info *sta = ap_get_sta(hapd, addr);
705 if ((sta = ap_get_sta(iface->bss[j], src))) {
ieee802_11.c 309 sta = ap_get_sta(hapd, dst);
    [all...]
sta_info.h 157 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta);
ieee802_11_shared.c 88 sta = ap_get_sta(hapd, sa);
138 sta = ap_get_sta(hapd, sa);
preauth_auth.c 67 sta = ap_get_sta(hapd, ethhdr->h_source);
sta_info.c 62 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) function
484 sta = ap_get_sta(hapd, addr);
554 sta2 = ap_get_sta(bss, sta->addr);
926 sta = ap_get_sta(hapd, addr);
wnm_ap.c 62 sta = ap_get_sta(hapd, addr);
wmm.c 269 struct sta_info *sta = ap_get_sta(hapd, mgmt->sa);
gas_serv.c 29 sta = ap_get_sta(hapd, addr);
86 sta = ap_get_sta(hapd, addr);
117 sta = ap_get_sta(hapd, sta_addr);
iapp.c 284 sta = ap_get_sta(iapp->hapd, add->mac_addr);
ieee802_1x.c 770 sta = ap_get_sta(hapd, sa);
    [all...]
beacon.c 427 sta = ap_get_sta(hapd, mgmt->sa);
hostapd.c 555 sta = ap_get_sta(hapd, attr->sta_addr);
    [all...]
wps_hostapd.c     [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 141 sta = ap_get_sta(hapd, addr);
    [all...]

Completed in 318 milliseconds