Searched refs:bssid (Results 126 - 150 of 184) sorted by relevance

12345678

/freebsd-13-stable/sys/dev/rtwn/
H A Dif_rtwn.c473 const uint8_t bssid[IEEE80211_ADDR_LEN],
545 flags | IEEE80211_CLONE_NOBEACONS, bssid) != 0) {
1673 rtwn_set_bssid(struct rtwn_softc *sc, const uint8_t *bssid, int id) argument
1677 error = rtwn_write_4(sc, R92C_BSSID(id), le32dec(&bssid[0]));
1680 error = rtwn_write_2(sc, R92C_BSSID(id) + 4, le16dec(&bssid[4]));
471 rtwn_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t mac[IEEE80211_ADDR_LEN]) argument
/freebsd-13-stable/sys/dev/ipw/
H A Dif_ipw.c404 const uint8_t bssid[IEEE80211_ADDR_LEN],
468 ieee80211_vap_setup(ic, vap, name, unit, opmode, flags, bssid);
2054 ipw_setbssid(struct ipw_softc *sc, uint8_t *bssid) argument
2058 if (bssid == NULL || bcmp(bssid, zerobssid, IEEE80211_ADDR_LEN) == 0) {
2062 DPRINTF(("Setting mandatory BSSID to %6D\n", bssid, ":"));
2064 bssid, IEEE80211_ADDR_LEN);
2274 * NB: firmware currently ignores bssid parameter, but
402 ipw_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t mac[IEEE80211_ADDR_LEN]) argument
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c1271 char bssid[IEEE80211_ADDR_LEN]; local
1273 memset(bssid, 0, IEEE80211_ADDR_LEN);
1275 if (wlan_ioctl(wif->wname, IEEE80211_IOC_BSSID, &val, bssid,
1279 memcpy(wif->desired_bssid, bssid, IEEE80211_ADDR_LEN);
1285 wlan_config_set_bssid(struct wlan_iface *wif, uint8_t *bssid) argument
1290 if (wlan_ioctl(wif->wname, IEEE80211_IOC_BSSID, &val, bssid,
1294 memcpy(wif->desired_bssid, bssid, IEEE80211_ADDR_LEN);
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_hostap.c80 event.rx_from_unknown.bssid = get_hdr_bssid(hdr, len);
1051 memcpy(mgmt.bssid, own_addr, ETH_ALEN);
1089 memcpy(mgmt.bssid, own_addr, ETH_ALEN);
H A Ddriver_nl80211_monitor.c59 event.rx_from_unknown.bssid = get_hdr_bssid(hdr, len);
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dwmm.c204 os_memcpy(m->bssid, hapd->own_addr, ETH_ALEN);
H A Dieee802_11_shared.c105 os_memcpy(mgmt->bssid, hapd->own_addr, ETH_ALEN);
186 os_memcpy(resp->bssid, hapd->own_addr, ETH_ALEN);
H A Dap_config.h457 macaddr bssid; member in struct:hostapd_bss_config
H A Drrm.c236 MAC2STR(nr->bssid));
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210.h234 const uint8_t *bssid, uint16_t assocId);
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211.h254 const uint8_t *bssid, uint16_t assocId);
/freebsd-13-stable/sys/net80211/
H A Dieee80211_node.h406 const uint8_t bssid[IEEE80211_ADDR_LEN],
H A Dieee80211_freebsd.c986 const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t cc[2])
992 IEEE80211_ADDR_COPY(iev.iev_addr, bssid);
985 ieee80211_notify_country(struct ieee80211vap *vap, const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t cc[2]) argument
H A Dieee80211_output.c885 const uint8_t bssid[IEEE80211_ADDR_LEN])
900 IEEE80211_ADDR_COPY(wh->i_addr1, bssid);
909 IEEE80211_ADDR_COPY(wh->i_addr3, bssid);
914 IEEE80211_ADDR_COPY(wh->i_addr2, bssid);
954 IEEE80211_ADDR_COPY(wh->i_addr3, bssid);
1707 * NB: always use the bssid from iv_bss as the
2424 const uint8_t bssid[IEEE80211_ADDR_LEN],
2549 IEEE80211_NONQOS_TID, sa, da, bssid);
2559 "send probe req on channel %u bssid %s sa %6D da %6D ssid \"%.*s\"\n",
2561 ether_sprintf(bssid),
879 ieee80211_send_setup( struct ieee80211_node *ni, struct mbuf *m, int type, int tid, const uint8_t sa[IEEE80211_ADDR_LEN], const uint8_t da[IEEE80211_ADDR_LEN], const uint8_t bssid[IEEE80211_ADDR_LEN]) argument
2421 ieee80211_send_probereq(struct ieee80211_node *ni, const uint8_t sa[IEEE80211_ADDR_LEN], const uint8_t da[IEEE80211_ADDR_LEN], const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t *ssid, size_t ssidlen) argument
[all...]
/freebsd-13-stable/sys/dev/malo/
H A Dif_malo.h314 uint8_t bssid[6]; member in struct:malo_cmd_postscan
/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub_funcs.h55 extern void ar9300_Stub_WriteAssocid(struct ath_hal *ah, const uint8_t *bssid,
H A Dar9300_stub_funcs.c221 ar9300_Stub_SetBssIdMask(struct ath_hal *ah, const uint8_t *bssid) argument
317 ar9300_Stub_WriteAssocid(struct ath_hal *ah, const uint8_t *bssid, argument
/freebsd-13-stable/sys/dev/ral/
H A Drt2860.c423 const uint8_t bssid[IEEE80211_ADDR_LEN],
454 * bssid; WDS vap's always share the local
465 ieee80211_vap_setup(ic, vap, name, unit, opmode, flags, bssid);
3049 rt2860_set_bssid(struct rt2860_softc *sc, const uint8_t *bssid) argument
3052 bssid[0] | bssid[1] << 8 | bssid[2] << 16 | bssid[3] << 24);
3054 bssid[4] | bssid[
421 rt2860_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t mac[IEEE80211_ADDR_LEN]) argument
[all...]
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_rum.c663 const uint8_t bssid[IEEE80211_ADDR_LEN],
677 flags | IEEE80211_CLONE_NOBEACONS, bssid) != 0) {
2345 rum_set_bssid(struct rum_softc *sc, const uint8_t *bssid) argument
2349 bssid[0] | bssid[1] << 8 | bssid[2] << 16 | bssid[3] << 24);
2351 bssid[4] | bssid[5] << 8 | RT2573_NUM_BSSID_MSK(1));
661 rum_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t mac[IEEE80211_ADDR_LEN]) argument
/freebsd-13-stable/contrib/wpa/hs20/client/
H A Dosu_client.c1998 char bssid[20]; member in struct:osu_data
2040 snprintf(last->bssid, sizeof(last->bssid), "%s",
2155 static int osu_connect(struct hs20_osu_client *ctx, const char *bssid, argument
2388 last->bssid, last->osu_ssid);
2419 wpa_printf(MSG_INFO, "BSSID: %s", last->bssid);
2425 ret, last->bssid, last->osu_ssid, last->url);
2478 ret = osu_connect(ctx, last->bssid, last->osu_ssid,
/freebsd-13-stable/contrib/wpa/src/p2p/
H A Dp2p_i.h760 void p2p_buf_add_group_bssid(struct wpabuf *buf, const u8 *bssid);
879 const u8 *src, const u8 *bssid, const u8 *buf,
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dibss_rsn.c498 os_memcpy(auth.bssid, wpa_s->bssid, ETH_ALEN);
/freebsd-13-stable/sys/dev/bwi/
H A Dif_bwi.c99 uint8_t bssid[IEEE80211_ADDR_LEN]; member in struct:bwi_myaddr_bssid
586 const uint8_t bssid[IEEE80211_ADDR_LEN],
598 flags | IEEE80211_CLONE_NOBEACONS, bssid);
3663 bwi_set_bssid(struct bwi_softc *sc, const uint8_t *bssid) argument
3675 bwi_set_addr_filter(sc, BWI_ADDR_FILTER_BSSID, bssid);
3678 bcopy(bssid, buf.bssid, sizeof(buf.bssid));
584 bwi_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t mac[IEEE80211_ADDR_LEN]) argument
/freebsd-13-stable/sys/dev/iwi/
H A Dif_iwi.c486 const uint8_t bssid[IEEE80211_ADDR_LEN],
513 ieee80211_vap_setup(ic, vap, name, unit, opmode, flags, bssid);
1764 IEEE80211_ADDR_COPY(node.bssid, addr);
1766 DPRINTF(("%s mac %6D station %u\n", __func__, node.bssid, ":", entry));
2975 IEEE80211_ADDR_COPY(assoc->bssid, ni->ni_bssid);
2981 DPRINTF(("%s bssid %6D dst %6D channel %u policy 0x%x "
2984 assoc->bssid, ":", assoc->dst, ":",
3026 assoc->bssid, ":", assoc->chan));
484 iwi_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t mac[IEEE80211_ADDR_LEN]) argument
/freebsd-13-stable/contrib/wpa/src/wps/
H A Dwps.h929 const u8 *bssid, int freq);

Completed in 467 milliseconds

12345678