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

  /external/wpa_supplicant_8/src/ap/
beacon.c 411 const u8 *hessid; local
413 hessid = elems.interworking + 1;
415 hessid = elems.interworking + 1 + 2;
416 if (!is_broadcast_ether_addr(hessid) &&
417 os_memcmp(hessid, hapd->conf->hessid, ETH_ALEN) != 0) {
419 " for mismatching HESSID " MACSTR
421 MAC2STR(mgmt->sa), MAC2STR(hessid));
682 !is_zero_ether_addr(hapd->conf->hessid))
683 params.hessid = hapd->conf->hessid
    [all...]
ieee802_11_shared.c 233 if (!is_zero_ether_addr(hapd->conf->hessid)) {
234 os_memcpy(pos, hapd->conf->hessid, ETH_ALEN);
ap_config.h 361 u8 hessid[ETH_ALEN]; member in struct:hostapd_bss_config
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 446 * hessid - Homogenous ESS identifier
452 u8 hessid[ETH_ALEN]; member in struct:wpa_config
config_file.c 729 if (!is_zero_ether_addr(config->hessid))
730 fprintf(f, "hessid=" MACSTR "\n", MAC2STR(config->hessid));
scan.c 377 wpabuf_put_u8(buf, is_zero_ether_addr(wpa_s->conf->hessid) ? 1 :
381 if (!is_zero_ether_addr(wpa_s->conf->hessid))
382 wpabuf_put_data(buf, wpa_s->conf->hessid, ETH_ALEN);
    [all...]
config.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c     [all...]
driver.h 699 * hessid - Homogeneous ESS identifier or %NULL if not set
701 const u8 *hessid; member in struct:wpa_driver_ap_params
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 335 milliseconds