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

  /external/wpa_supplicant_8/src/ap/
beacon.c 472 const u8 *hessid; local
474 hessid = elems.interworking + 1;
476 hessid = elems.interworking + 1 + 2;
477 if (!is_broadcast_ether_addr(hessid) &&
478 os_memcmp(hessid, hapd->conf->hessid, ETH_ALEN) != 0) {
480 " for mismatching HESSID " MACSTR
482 MAC2STR(mgmt->sa), MAC2STR(hessid));
782 !is_zero_ether_addr(hapd->conf->hessid))
783 params.hessid = hapd->conf->hessid
    [all...]
ieee802_11_shared.c 281 if (!is_zero_ether_addr(hapd->conf->hessid)) {
282 os_memcpy(pos, hapd->conf->hessid, ETH_ALEN);
ap_config.h 413 u8 hessid[ETH_ALEN]; member in struct:hostapd_bss_config
  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 66 /** HESSID */
67 u8 hessid[ETH_ALEN]; member in struct:wpa_bss
config.h 689 * hessid - Homogenous ESS identifier
695 u8 hessid[ETH_ALEN]; member in struct:wpa_config
bss.c 43 os_memset(bss->hessid, 0, ETH_ALEN);
47 os_memcpy(bss->hessid, ie + 3, ETH_ALEN);
49 os_memcpy(bss->hessid, ie + 5, ETH_ALEN);
scan.c 401 wpabuf_put_u8(buf, is_zero_ether_addr(wpa_s->conf->hessid) ? 1 :
405 if (!is_zero_ether_addr(wpa_s->conf->hessid))
406 wpabuf_put_data(buf, wpa_s->conf->hessid, ETH_ALEN);
    [all...]
config_file.c 974 if (!is_zero_ether_addr(config->hessid))
975 fprintf(f, "hessid=" MACSTR "\n", MAC2STR(config->hessid));
interworking.c     [all...]
config.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 779 * hessid - Homogeneous ESS identifier or %NULL if not set
781 const u8 *hessid; member in struct:wpa_driver_ap_params
    [all...]
driver_atheros.c     [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 208 milliseconds