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

  /external/wpa_supplicant_8/src/ap/
wnm_ap.c 439 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0) < 0) {
512 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0) < 0) {
582 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0) < 0) {
ieee802_11_shared.c 71 if (hostapd_drv_send_mlme(hapd, &mgmt, end - (u8 *) &mgmt, 0) < 0)
109 if (hostapd_drv_send_mlme(hapd, &resp, end - (u8 *) &resp, 0) < 0)
wmm.c 153 if (hostapd_drv_send_mlme(hapd, m, len, 0) < 0)
ap_drv_ops.h 89 int hostapd_drv_send_mlme(struct hostapd_data *hapd,
ieee802_11.c 281 if (hostapd_drv_send_mlme(hapd, reply, rlen, 0) < 0)
    [all...]
wpa_auth_glue.c 515 res = hostapd_drv_send_mlme(hapd, (u8 *) m, mlen, 0);
ap_drv_ops.c 631 int hostapd_drv_send_mlme(struct hostapd_data *hapd, function
beacon.c 727 if (hostapd_drv_send_mlme(hapd, resp, resp_len, noack) < 0)
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 1463 res = hostapd_drv_send_mlme(hapd, buf, len, 0);
    [all...]

Completed in 52 milliseconds