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

  /external/wpa_supplicant_8/src/ap/
hostapd.h 76 struct sta_info *sta, int reassoc);
255 int reassoc);
267 const u8 *ie, size_t ielen, int reassoc);
ieee802_11.c 614 const u8 *ies, size_t ies_len, int reassoc)
736 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) {
758 if (!reassoc) {
828 u16 status_code, int reassoc, const u8 *ies,
840 (reassoc ? WLAN_FC_STYPE_REASSOC_RESP :
935 int reassoc)
943 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) :
945 printf("handle_assoc(reassoc=%d) - too short payload (len=%lu)"
946 "\n", reassoc, (unsigned long) len);
950 if (reassoc) {
    [all...]
ap_drv_ops.c 301 int reassoc, u16 status, const u8 *ie, size_t len)
306 reassoc, status, ie, len);
drv_callbacks.c 32 const u8 *req_ies, size_t req_ies_len, int reassoc)
558 data->assoc_info.reassoc);
ap_drv_ops.h 94 int reassoc, u16 status, const u8 *ie, size_t len);
hostapd.c 895 * @reassoc: 1 to indicate this was a re-association; 0 = first association
903 int reassoc)
934 if (reassoc) {
ieee802_1x.c 845 int reassoc = 1; local
884 reassoc = 0;
946 if (reassoc) {
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 2974 int reassoc; member in struct:wpa_event_data::assoc_info
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c 1033 int reassoc)
1075 reassoc ? "Rea" : "A", MAC2STR(mgmt->sa),
1115 if (!reassoc) {
1124 wpa_printf(MSG_DEBUG, "MLME: FT validation of Reassoc"
    [all...]
  /hardware/msm7k/libcamera/
QualcommCameraHardware.cpp 283 static int reassoc(qdsp_module_type module);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c     [all...]

Completed in 292 milliseconds