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

  /external/wpa_supplicant_6/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/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/
ctrl_iface_ap.c 82 return hostapd_ctrl_iface_sta_mib(hapd, ap_get_sta(hapd, addr),
95 (sta = ap_get_sta(hapd, addr)) == NULL) {
tkip_countermeasures.c 68 struct sta_info *sta = ap_get_sta(hapd, addr);
utils.c 57 osta = ap_get_sta(ohapd, data->addr);
wpa_auth_glue.c 123 struct sta_info *sta = ap_get_sta(hapd, addr);
165 struct sta_info *sta = ap_get_sta(hapd, addr);
183 struct sta_info *sta = ap_get_sta(hapd, addr);
198 sta = ap_get_sta(hapd, addr);
249 sta = ap_get_sta(hapd, addr);
401 sta = ap_get_sta(hapd, dst);
ieee802_11.c 287 sta = ap_get_sta(hapd, dst);
972 sta = ap_get_sta(hapd, mgmt->sa);
1121 sta = ap_get_sta(hapd, mgmt->sa);
    [all...]
drv_callbacks.c 78 sta = ap_get_sta(hapd, addr);
235 sta = ap_get_sta(hapd, addr);
253 struct sta_info *sta = ap_get_sta(hapd, addr);
426 struct sta_info *sta = ap_get_sta(hapd, addr);
452 if (ap_get_sta(iface->bss[j], src)) {
sta_info.h 137 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 59 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) function
438 sta = ap_get_sta(hapd, addr);
503 sta2 = ap_get_sta(bss, sta->addr);
840 sta = ap_get_sta(hapd, addr);
wmm.c 269 struct sta_info *sta = ap_get_sta(hapd, mgmt->sa);
iapp.c 284 sta = ap_get_sta(iapp->hapd, add->mac_addr);
ieee802_1x.c 678 sta = ap_get_sta(hapd, sa);
    [all...]
beacon.c 366 sta = ap_get_sta(hapd, mgmt->sa);
wps_hostapd.c     [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 140 sta = ap_get_sta(hapd, addr);
254 sta = ap_get_sta(hapd, addr);
311 sta = ap_get_sta(hapd, addr);

Completed in 134 milliseconds