Searched refs:beacon (Results 151 - 154 of 154) sorted by relevance

1234567

/linux-master/include/linux/
H A Dieee80211.h112 /* bits unique to S1G beacon */
156 /* bits unique to S1G beacon */
1361 } __packed beacon; member in union:ieee80211_mgmt::__anon2180
4203 * @profile_periodicity: the least number of beacon frames need to be received
/linux-master/net/wireless/
H A Dscan.c41 * that has a hidden SSID, and connects beacon and probe response
44 * beacon's information.
47 * the hidden_list, so that a beacon BSS struct that is otherwise
61 * data stored in the BSS struct, since the beacon IEs are
153 * don't remove the beacon entry if it has
1451 * the already-present BSS ("b") is a hidden SSID beacon for
1722 /* Assign beacon IEs to all sub entries */
1822 * receiving a beacon (beacon_ies in the new
1824 * AP changed its beacon from not having an
1838 /* Override IEs if they were from a beacon befor
[all...]
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c4234 * Missed beacon: 100% = 0, 0% = 70% missed
4250 IPW_DEBUG_STATS("Missed beacon: %3d%% (%d%%)\n",
4327 /* Missed beacon behavior:
4340 * beacon threshold, disassociate, turn
4344 "Missed beacon: %d - disassociate\n", missed_count);
4349 "Aborting scan with missed beacon.\n");
4361 "Missed beacon: %d - roam in progress\n",
4374 "Missed beacon: %d - initiate "
4391 "Aborting scan with missed beacon.\n");
4395 IPW_DEBUG_NOTIF("Missed beacon
[all...]
/linux-master/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c12 * - Add TSF sync and fix IBSS beacon transmission by adding
88 * this by using a custom beacon-capable regulatory domain for the first
653 u64 beacon_int /* beacon interval in us */;
727 /* absolute beacon transmission time. Used to cover up "tx" delay. */
1794 * absolute TX time for beacon mactime so the timestamp matches.
2250 mgmt->u.beacon.timestamp = cpu_to_le64(data->abs_bcn_ts +
2340 /* beacon at new TBTT + beacon interval */

Completed in 205 milliseconds

1234567