Searched refs:drv_flags (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dscan.c865 (wpa_s->drv_flags & WPA_DRIVER_FLAGS_WIRED)) {
1397 !(wpa_s->drv_flags & WPA_DRIVER_FLAGS_SCHED_SCAN_RELATIVE_RSSI) ||
H A Dctrl_iface.c726 (wpa_s->drv_flags & WPA_DRIVER_FLAGS_OCE_STA))
730 (wpa_s->drv_flags &
946 wpa_s->drv_flags & WPA_DRIVER_FLAGS_TDLS_SUPPORT ?
947 (wpa_s->drv_flags &
4175 if (wpa_s->drv_flags & WPA_DRIVER_FLAGS_SAE) {
6463 if ((wpa_s->drv_flags & WPA_DRIVER_FLAGS_ACS_OFFLOAD) &&
7786 (long long unsigned) wpa_s->drv_flags);
7794 if (wpa_s->drv_flags & (1LLU << i)) {
H A Ddpp_supplicant.c825 !(wpa_s->drv_flags & WPA_DRIVER_FLAGS_SAE)) {
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c12287 uint32_t drv_flags; local
12289 if (SHMEM2_HAS(sc, drv_flags)) {
12291 drv_flags = SHMEM2_RD(sc, drv_flags);
12294 SET_FLAGS(drv_flags, flags);
12296 RESET_FLAGS(drv_flags, flags);
12299 SHMEM2_WR(sc, drv_flags, drv_flags);
12300 BLOGD(sc, DBG_LOAD, "drv_flags 0x%08x\n", drv_flags);
[all...]
H A Decore_hsi.h2662 uint32_t drv_flags; /* 0x00bc */ member in struct:shmem2_region
/freebsd-11-stable/contrib/wpa/src/ap/
H A Ddrv_callbacks.c879 } else if (hapd->iface->drv_flags & WPA_DRIVER_FLAGS_DFS_OFFLOAD) {
H A Dieee802_1x.c1041 !(hapd->iface->drv_flags & WPA_DRIVER_FLAGS_WIRED))) {
H A Dieee802_11.c2313 if (FULL_AP_CLIENT_STATE_SUPP(hapd->iface->drv_flags) &&
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dctrl_iface.c2814 (long long unsigned) iface->drv_flags);
2822 if (iface->drv_flags & (1LLU << i)) {

Completed in 404 milliseconds

12