Searched refs:setup_cmd (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | twt.c | 30 int mantissa, u8 min_twt, int setup_cmd, u64 twt, in wpas_twt_send_setup() argument 70 req_type |= (setup_cmd & 0x7) << 1; in wpas_twt_send_setup()
|
H A D | wpa_supplicant_i.h | 1751 int mantissa, u8 min_twt, int setup_cmd, u64 twt,
|
H A D | ctrl_iface.c | 10364 int setup_cmd = 0; in wpas_ctrl_iface_send_twt_setup() local 10394 setup_cmd = atoi(tok_s + os_strlen(" setup_cmd=")); in wpas_ctrl_iface_send_twt_setup() 10434 setup_cmd, twt, requestor, trigger, implicit, in wpas_ctrl_iface_send_twt_setup()
|
/freebsd/libexec/rc/rc.d/ |
H A D | local_unbound | 23 setup_cmd="local_unbound_setup"
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | mac.c | 2338 enum ieee80211_twt_setup_cmd setup_cmd = TWT_SETUP_CMD_REJECT; in mt7915_mac_add_twt_setup() local 2360 setup_cmd = TWT_SETUP_CMD_DICTATE; in mt7915_mac_add_twt_setup() 2410 setup_cmd = TWT_SETUP_CMD_ACCEPT; in mt7915_mac_add_twt_setup() 2420 le16_encode_bits(setup_cmd, IEEE80211_TWT_REQTYPE_SETUP_CMD); in mt7915_mac_add_twt_setup()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | mac.c | 2447 enum ieee80211_twt_setup_cmd setup_cmd = TWT_SETUP_CMD_REJECT; in mt7996_mac_add_twt_setup() local 2509 setup_cmd = TWT_SETUP_CMD_ACCEPT; in mt7996_mac_add_twt_setup() 2517 le16p_replace_bits(&twt_agrt->req_type, setup_cmd, in mt7996_mac_add_twt_setup()
|