Searched refs:send_action_cookie (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c260 u64 send_action_cookie; member in struct:wpa_driver_nl80211_data
1578 cookie_val == drv->send_action_cookie ?
1580 if (cookie_val != drv->send_action_cookie)
6174 &drv->send_action_cookie,
9351 &drv->send_action_cookie,
9371 (long long unsigned int) drv->send_action_cookie);
9376 NLA_PUT_U64(msg, NL80211_ATTR_COOKIE, drv->send_action_cookie);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c260 u64 send_action_cookie; member in struct:wpa_driver_nl80211_data
1578 cookie_val == drv->send_action_cookie ?
1580 if (cookie_val != drv->send_action_cookie)
6174 &drv->send_action_cookie,
9351 &drv->send_action_cookie,
9371 (long long unsigned int) drv->send_action_cookie);
9376 NLA_PUT_U64(msg, NL80211_ATTR_COOKIE, drv->send_action_cookie);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c260 u64 send_action_cookie; member in struct:wpa_driver_nl80211_data
1578 cookie_val == drv->send_action_cookie ?
1580 if (cookie_val != drv->send_action_cookie)
6174 &drv->send_action_cookie,
9351 &drv->send_action_cookie,
9371 (long long unsigned int) drv->send_action_cookie);
9376 NLA_PUT_U64(msg, NL80211_ATTR_COOKIE, drv->send_action_cookie);

Completed in 173 milliseconds